turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias StatelessReifectCoreProperties<ClassType>

    type StatelessReifectCoreProperties<ClassType extends object = Element> = {
        styles?: StatelessPropertyConfig<StylesType, ClassType>;
        classes?: StatelessPropertyConfig<string | string[], ClassType>;
        replaceWith?: StatelessPropertyConfig<ClassType, ClassType>;
        [k: string | number | symbol]: any;
    }

    Type Parameters

    Indexable

    • [k: string | number | symbol]: any
    Index

    Properties

    classes?: StatelessPropertyConfig<string | string[], ClassType>