turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias StatefulReifectCoreProperties<State, ClassType>

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

    Type Parameters

    Indexable

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

    Properties

    classes?: PropertyConfig<string | string[], State, ClassType>