mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
24 lines
493 B
TypeScript
24 lines
493 B
TypeScript
import usage from "./usage";
|
|
import label from "./label";
|
|
import disabled from "./disabled";
|
|
import sizes from "./sizes";
|
|
import colors from "./colors";
|
|
import thumbIcon from "./thumb-icon";
|
|
import icons from "./icons";
|
|
import controlled from "./controlled";
|
|
import customStyles from "./custom-styles";
|
|
import customImpl from "./custom-impl";
|
|
|
|
export const switchContent = {
|
|
usage,
|
|
label,
|
|
disabled,
|
|
sizes,
|
|
colors,
|
|
thumbIcon,
|
|
icons,
|
|
controlled,
|
|
customStyles,
|
|
customImpl,
|
|
};
|