5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export { Button } from './Button'
|
|
export type { ButtonProps } from './Button'
|
|
export { Card } from './Card'
|
|
export type { CardProps } from './Card'
|