mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
This reverts commit f35b5f58eb846f4ceee1a97dc60ff4ad88518d80, reversing changes made to 3780a237fdb23c2196d47e2dc4a1f1073954d8f9.
29 lines
545 B
TypeScript
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
|
|
};
|
|
|