UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

8 lines (7 loc) 243 B
import { FunctionComponent } from 'react'; import { CommonButtonProps } from './Button'; /** * @deprecated use Button with `component="span"` instead * @param props */ export declare const InertButton: FunctionComponent<CommonButtonProps>;