textalive-react-api - v0.4.12
    Preparing search index...

    Interface FontFamilyDropdownProps

    interface FontFamilyDropdownProps {
        description?: ReactNode;
        disabled?: boolean;
        label?: ReactNode;
        value: string;
        withPrivate?: boolean;
        onValueChange?(value: string): void;
    }

    Hierarchy

    Index
    description?: ReactNode
    disabled?: boolean
    label?: ReactNode
    value: string
    withPrivate?: boolean