File tree Expand file tree Collapse file tree
packages/react-components/react-datepicker/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ import type { ForwardRefComponent } from '@fluentui/react-utilities';
1313import type { IBaseProps } from ' @fluentui/utilities' ;
1414import type { IComponentAs } from ' @fluentui/utilities' ;
1515import { Input } from ' @fluentui/react-input' ;
16- import { InputProps } from ' @fluentui/react-input' ;
16+ import type { InputProps } from ' @fluentui/react-input' ;
1717import type { IStyle } from ' @fluentui/style-utilities' ;
1818import type { IStyleFunctionOrObject } from ' @fluentui/utilities' ;
1919import type { ITheme } from ' @fluentui/style-utilities' ;
2020import type { PopoverProps } from ' @fluentui/react-popover' ;
21- import type { PopoverSurface } from ' @fluentui/react-popover' ;
21+ import { PopoverSurface } from ' @fluentui/react-popover' ;
2222import * as React_2 from ' react' ;
2323import type { Slot } from ' @fluentui/react-utilities' ;
2424
You can’t perform that action at this time.
0 commit comments