Files
gsap-carousel/src/shared/ui/index.ts

5 lines
148 B
TypeScript

export { Button } from './Button'
export type { ButtonProps } from './Button'
export { Card } from './Card'
export type { CardProps } from './Card'