@amsterdam/bmi-component-library
Version:
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
9 lines • 335 B
TypeScript
/**
* From here this package should make available its exports
*/
export * from './common';
export type { IConfirmDialogStoreState } from './common';
export * from './form';
export type { CustomFile, FileUploadProps } from './form';
export { default as muiTheme } from './theme/material-ui-theme';
//# sourceMappingURL=index.d.ts.map