@byomakase/omakase-player
    Preparing search index...

    Interface ClassStyleRule<S>

    interface ClassStyleRule<S = {}> {
        className: string;
        style: Partial<S>;
    }

    Type Parameters

    • S = {}
    Index

    Properties

    Properties

    className: string
    style: Partial<S>