Chartbreaker
    Preparing search index...

    Type Alias StyleSheetEntry

    type StyleSheetEntry = {
        selector: string;
        values: Record<string, number | string>;
    }
    Index

    Properties

    Properties

    selector: string
    values: Record<string, number | string>