UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

8 lines (7 loc) 272 B
import { FunctionComponent } from 'react'; import { FakeButtonProps } from '../../ui/buttons/Button'; /** * @deprecated use Button with `component="span"` instead * @param props */ export declare const FakeButton: FunctionComponent<Omit<FakeButtonProps, 'component'>>;