Files
aso/frontend/dashboard/src/components/animate/variants/index.ts
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +07:00

13 lines
314 B
TypeScript
Executable File

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';