ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface DateInputProps {
        className?: string;
        variant?: "lg" | "md" | "sm" | null;
    }

    Hierarchy

    Index

    Properties

    Properties

    className?: string

    The CSS className for the element. A function may be provided to compute the class based on component state.

    variant?: "lg" | "md" | "sm" | null