MCPcopy
hub / github.com/microsoft/SandDance / FluentUIComponents

Interface FluentUIComponents

packages/fluentui-react-cdn-typings/index.d.ts:29–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27export { FluentUITypes };
28
29export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected