2022-06-19 18:37:36 -03:00

24 lines
567 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,
};