UNPKG

@navinc/base-react-components

Version:
9 lines (8 loc) 274 B
export function LabelOverValue({ value, label }: { value?: string | undefined; label?: string | undefined; }): JSX.Element; export function LabelOverValueContainer({ children, borderColor }: { children?: any[] | undefined; borderColor: any; }): JSX.Element;