UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

9 lines (8 loc) 301 B
import { ComponentPropsWithoutRef, FunctionComponent } from 'react'; interface ElasticHeightProps extends ComponentPropsWithoutRef<'div'> { innerClassName?: string; isExpanded?: boolean; min?: number; } export declare const ElasticHeight: FunctionComponent<ElasticHeightProps>; export {};