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