UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

8 lines (7 loc) 275 B
import { Badge } from "./badge"; export declare const badge: { Badge: typeof Badge; badgeVariants: (props?: { variant?: "default" | "outline" | "destructive" | "secondary"; } & import("class-variance-authority/dist/types").ClassProp) => string; };