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.
26 lines
580 B
TypeScript
26 lines
580 B
TypeScript
import default_checkbox from './default';
|
|
import disabled from './disabled';
|
|
import size from './size';
|
|
import color from './color';
|
|
import labelColor from './label-color';
|
|
import rounded from './rounded';
|
|
import interminate from './interminate';
|
|
import noAnimation from './no-animated';
|
|
import checkboxGroup from './checkbox-group';
|
|
import lineThrough from './line-through';
|
|
import rowGroup from './row-group';
|
|
|
|
export default {
|
|
default_checkbox,
|
|
disabled,
|
|
size,
|
|
color,
|
|
labelColor,
|
|
rounded,
|
|
interminate,
|
|
noAnimation,
|
|
checkboxGroup,
|
|
rowGroup,
|
|
lineThrough
|
|
};
|