@mikuroxina/mini-fn
    Preparing search index...

    Type Alias Style

    An applying style of a Fact.

    type Style = {
        key: string;
        type: typeof styleSymbol;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The name of the CSS property.

    type: typeof styleSymbol
    value: string

    The value of the CSS property.