UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 274 B
/// <reference types="react" /> import { type ButtonProps } from 'antd'; export interface GradientButtonProps extends ButtonProps { glow?: boolean; } declare const GradientButton: import("react").NamedExoticComponent<GradientButtonProps>; export default GradientButton;