source: src/components/animate/variants/index.ts@ 057453c

main
Last change on this file since 057453c was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 314 bytes
Line 
1export * from './path';
2export * from './fade';
3export * from './zoom';
4export * from './flip';
5export * from './slide';
6export * from './scale';
7export * from './bounce';
8export * from './rotate';
9export * from './actions';
10export * from './container';
11export * from './transition';
12export * from './background';
Note: See TracBrowser for help on using the repository browser.