UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 130 B
import type { ButtonProps } from "../../Button"; export interface GradientButtonProps extends ButtonProps { glow?: boolean; }