UMD Web Components Library
    Preparing search index...

    Variable isDisplayConst

    isDisplay: {
        block: (props: AttributeElementProps) => boolean;
        feature: (props: AttributeElementProps) => boolean;
        featured: (props: AttributeElementProps) => boolean;
        hero: (props: AttributeElementProps) => boolean;
        list: (props: AttributeElementProps) => boolean;
        outline: (props: AttributeElementProps) => boolean;
        overlay: (props: AttributeElementProps) => boolean;
        primary: (props: AttributeElementProps) => boolean;
        promo: (props: AttributeElementProps) => boolean;
        secondary: (props: AttributeElementProps) => boolean;
        short: (props: AttributeElementProps) => boolean;
        stacked: (props: AttributeElementProps) => boolean;
        stackedInterior: (props: AttributeElementProps) => boolean;
        stackedInteriorDeprecated: (props: AttributeElementProps) => boolean;
        standardCentered: (props: AttributeElementProps) => boolean;
        standardInterior: (props: AttributeElementProps) => boolean;
        standardInteriorCentered: (props: AttributeElementProps) => boolean;
        statement: (props: AttributeElementProps) => boolean;
        sticky: (props: AttributeElementProps) => boolean;
        tabular: (props: AttributeElementProps) => boolean;
    } = ...

    Type declaration