Interface BaseComponentOptions

interface BaseComponentOptions {
    className?: string;
    el?: Element;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

className?: string
el?: Element
name?: string