Interface IWithClassNameProp

An object with a className property.

interface IWithClassNameProp {
    className: Nullable<string>;
}

Hierarchy (view full)

Properties

Properties

className: Nullable<string>

The name of the underlying class, if available.

Generated using TypeDoc