mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
14 lines
248 B
TypeScript
14 lines
248 B
TypeScript
import usage from "./usage";
|
|
import sizes from "./sizes";
|
|
import colors from "./colors";
|
|
import label from "./label";
|
|
import labelColors from "./label-colors";
|
|
|
|
export const spinnerContent = {
|
|
usage,
|
|
sizes,
|
|
colors,
|
|
label,
|
|
labelColors,
|
|
};
|