mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
export * from "./components";
|
|
export * from "./utils";
|
|
export * from "./colors";
|
|
|
|
export {tv} from "tailwind-variants";
|
|
export type {VariantProps} from "tailwind-variants";
|