Files
aso/frontend/hospital-portal/src/components/animate/variants/index.ts
2026-02-04 14:39:20 +07:00

13 lines
314 B
TypeScript

export * from './path';
export * from './fade';
export * from './zoom';
export * from './flip';
export * from './slide';
export * from './scale';
export * from './bounce';
export * from './rotate';
export * from './actions';
export * from './container';
export * from './transition';
export * from './background';