UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

11 lines (10 loc) 447 B
import React from 'react'; import { IQuickButtonStandAlone } from './types/quickButton'; /** * @description * QuickButton component is a button component that can be used to create a button. * @param {React.PropsWithChildren<IQuickButtonStandAlone>} props * @returns {JSX.Element} * @constructor */ export declare const QuickButtonStandAlone: React.ForwardRefExoticComponent<IQuickButtonStandAlone & React.RefAttributes<HTMLButtonElement>>;