6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
export const PACKAGE_NAME = "rdx-ui";
|
|
|
|
export * from "./components/index.tsx";
|
|
export * from "./helpers/index.ts";
|
|
export * from "./hooks/index.ts";
|