mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
24 lines
566 B
TypeScript
24 lines
566 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 lineThrough from './line-through';
|
|
import controlledVsUncontrolled from './controlled-vs-uncontrolled';
|
|
|
|
export default {
|
|
default_checkbox,
|
|
disabled,
|
|
size,
|
|
color,
|
|
labelColor,
|
|
rounded,
|
|
interminate,
|
|
noAnimation,
|
|
lineThrough,
|
|
controlledVsUncontrolled
|
|
};
|