UMD Web Components Library
    Preparing search index...

    Variable isVisualConst

    isVisual: {
        aligned: (props: AttributeElementProps) => boolean;
        bordered: (props: AttributeElementProps) => boolean;
        icon_seal: (props: AttributeElementProps) => boolean;
        open: (props: AttributeElementProps) => boolean;
        play: (props: AttributeElementProps) => boolean;
        quote: (props: AttributeElementProps) => boolean;
        showIcon: (props: AttributeElementProps) => boolean;
        showTime: (props: AttributeElementProps) => boolean;
        sizeLarge: (props: AttributeElementProps) => boolean;
        sizeNormal: (props: AttributeElementProps) => boolean;
        stickyFirst: (props: AttributeElementProps) => boolean;
        transparent: (props: AttributeElementProps) => boolean;
    } = ...

    Type declaration