@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
8 lines • 406 B
TypeScript
import { VariantProps } from "class-variance-authority";
declare const divider: (props?: ({
type?: "strong" | "default" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
type Props = VariantProps<typeof divider>;
export default function Divider({ type }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Divider.d.ts.map