@vivliostyle/core
    Preparing search index...

    Type Alias ElementStyle

    ElementStyle: {
        [key: string]:
            | CascadeValue
            | CascadeValue[]
            | ElementStyleMap
            | { matcher: Matcher; styles: ElementStyle }[];
    }

    Type Declaration