| 27 | export { FluentUITypes }; |
| 28 | |
| 29 | export interface FluentUIComponents { |
| 30 | ActionButton: typeof ActionButton; |
| 31 | ChoiceGroup: typeof ChoiceGroup; |
| 32 | ComboBox: typeof ComboBox; |
| 33 | CommandBar: typeof CommandBar; |
| 34 | ContextualMenuItemType: typeof ContextualMenuItemType; |
| 35 | Customizer: typeof Customizer; |
| 36 | DefaultButton: typeof DefaultButton; |
| 37 | Dialog: typeof Dialog; |
| 38 | DialogFooter: typeof DialogFooter; |
| 39 | DialogType: typeof DialogType; |
| 40 | Dropdown: typeof Dropdown; |
| 41 | DropdownMenuItemType: typeof DropdownMenuItemType; |
| 42 | Icon: typeof Icon; |
| 43 | IconButton: typeof IconButton; |
| 44 | getFocusStyle: typeof getFocusStyle; |
| 45 | getTheme: typeof getTheme; |
| 46 | Label: typeof Label; |
| 47 | loadTheme: typeof loadTheme; |
| 48 | Modal: typeof Modal; |
| 49 | PrimaryButton: typeof PrimaryButton; |
| 50 | Slider: typeof Slider; |
| 51 | Spinner: typeof Spinner; |
| 52 | SpinnerSize: typeof SpinnerSize; |
| 53 | TextField: typeof TextField; |
| 54 | Toggle: typeof Toggle; |
| 55 | } |
nothing calls this directly
no outgoing calls
no test coverage detected