UNPKG

@agile-software/shared-components

Version:
8 lines 474 B
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