UNPKG

@navinc/base-react-components

Version:
10 lines (9 loc) 326 B
/// <reference types="react" /> export declare const LabelOverValue: ({ value, label }: { value?: string | undefined; label?: string | undefined; }) => JSX.Element; export declare const LabelOverValueContainer: ({ children, borderColor }: { children?: never[] | undefined; borderColor: any; }) => JSX.Element;