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