@agile-software/shared-components
Version:
Shared component library for frontend projects
8 lines • 474 B
TypeScript
export { default as Button } from './components/Button/Button';
export { default as Card } from './components/Card/Card';
export { default as Input } from './components/Input/Input';
export type { ButtonProps } from './components/Button/Button';
export type { CardProps } from './components/Card/Card';
export type { InputProps } from './components/Input/Input';
export { createCustomJoyTheme, createCustomMuiTheme } from './theme/theme';
//# sourceMappingURL=index.d.ts.map