All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.types.ts Maven / Gradle / Ivy

The newest version!
export interface BaseComponentProps {
    className?: string
    visible?: boolean
    disabled?: boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy