@premieroctet/next-admin
Version:
Next-Admin provides a customizable and turnkey admin dashboard for applications built with Next.js and powered by the Prisma ORM. It aims to simplify the development process by providing a turnkey admin system that can be easily integrated into your proje
12 lines • 523 B
TypeScript
export { Button, type ButtonProps, buttonVariants } from "./radix/Button";
export { default as BaseInput } from "./inputs/BaseInput";
export * from "./radix/Switch";
export * from "./radix/Select";
export { default as Checkbox } from "./radix/Checkbox";
export * from "./radix/Dropdown";
export * from "./radix/Table";
export * from "./radix/Tooltip";
export * from "./Message";
export { default as Breadcrumb } from "./Breadcrumb";
export { default as Spinner } from "./common/Spinner";
//# sourceMappingURL=index.d.ts.map