mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
18 lines
421 B
TypeScript
18 lines
421 B
TypeScript
import usage from "./usage";
|
|
import disabled from "./disabled";
|
|
import horizontal from "./horizontal";
|
|
import controlled from "./controlled";
|
|
import customStyles from "./custom-styles";
|
|
import customImplementation from "./custom-implementation";
|
|
import invalid from "./invalid";
|
|
|
|
export const checkboxGroupContent = {
|
|
usage,
|
|
disabled,
|
|
horizontal,
|
|
controlled,
|
|
customStyles,
|
|
invalid,
|
|
customImplementation,
|
|
};
|