UNPKG

@enumura/chatbot-flow-editor

Version:

Visual chatbot flow editor - Development tool for creating conversational flows

12 lines 699 B
import { VariantProps } from 'class-variance-authority'; declare const buttonVariants: (props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; declare function Button({ className, variant, size, children, render, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & { render?: (props: { className: string; }) => React.ReactElement; }): import("react/jsx-runtime").JSX.Element; export { Button, buttonVariants }; //# sourceMappingURL=button.d.ts.map