Junior Garcia 83508b4cc6 Revert "Merge branch 'main' into next"
This reverts commit f35b5f58eb846f4ceee1a97dc60ff4ad88518d80, reversing
changes made to 3780a237fdb23c2196d47e2dc4a1f1073954d8f9.
2022-03-21 02:29:25 -03:00

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
};