2022-03-15 17:20:18 +05:30

29 lines
545 B
TypeScript

import default_pag from './default';
import color from './color';
import sizes from './sizes';
import rounded from './rounded';
import shadow from './shadow';
import dots from './dots';
import loop from './loop';
import noMargin from './noMargin';
import noCtrl from './noCtrl';
import noAnimation from './noAnimation';
import sibling from './sibling';
import boundaries from './boundaries';
export default {
default_pag,
color,
sizes,
rounded,
shadow,
dots,
loop,
noMargin,
noCtrl,
noAnimation,
sibling,
boundaries
};