element-vir - v26.17.0
    Preparing search index...

    Type Alias StylesCallback<TagName, HostClassKeys, CssVarKeys, SlotNames>

    StylesCallback: (
        input: StylesCallbackInput<
            TagName,
            HostClassKeys,
            CssVarKeys,
            SlotNames,
        >,
    ) => CSSResult

    The type for an element definition's styles callback.

    Type Parameters

    Type Declaration