UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

8 lines (7 loc) 191 B
import type { FunctionComponent } from 'react'; interface LoaderProps { isVisible?: boolean; label?: string; } export declare const Loader: FunctionComponent<LoaderProps>; export {};