3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export { Card } from './Card'
|
|
export type { CardProps } from './Card'
|
export { Card } from './Card'
|
|
export type { CardProps } from './Card'
|