UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

4 lines (3 loc) 171 B
import type { FunctionComponent } from 'react'; import { type CommonButtonProps } from './Button'; export declare const InertButton: FunctionComponent<CommonButtonProps>;