Outlook_Addin_LLM/node_modules/@fluentui/foundation-legacy/lib/index.js

10 lines
325 B
JavaScript
Raw Normal View History

export * from './createComponent';
export * from './IComponent';
export * from './IHTMLSlots';
export * from './ISlots';
export * from './slots';
export * from './ThemeProvider';
export * from './hooks/index';
export { styled as legacyStyled } from '@fluentui/utilities';
import './version';
//# sourceMappingURL=index.js.map