Backstage
    Preparing search index...

    Interface ComponentDefinition

    Base type for the component styles structure

    interface ComponentDefinition {
        classNames: ClassNamesMap;
        dataAttributes?: DataAttributesMap;
        utilityProps?: string[];
    }
    Index

    Properties

    classNames: ClassNamesMap
    dataAttributes?: DataAttributesMap
    utilityProps?: string[]