3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
export { default } from './Card';
|
|
export type { CardProps } from './Card';
|
export { default } from './Card';
|
|
export type { CardProps } from './Card';
|