Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Jun 13, 2024
1 parent 15e2a21 commit 9bc719d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export type RussianDateFormat = string;

export interface DateTimeRange {
lowerBound: Nullable<Date>;
upperBound: Nullable<Date>;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { StringUtils, TimeUtils, TimeZone, Time, formatDate } from "@skbkontur/edi-ui";
import { StringUtils, TimeUtils, TimeZone, Time, formatDate, RussianDateFormat } from "@skbkontur/edi-ui";
import { DatePicker as DefaultDatePicker } from "@skbkontur/react-ui";
import React from "react";

import { RussianDateFormat } from "../../Domain/DataTypes/DateTimeRange";

interface DatePickerProps {
value: Nullable<Date>;
onChange: (value: Nullable<Date>) => void;
Expand Down

0 comments on commit 9bc719d

Please sign in to comment.