Type alias CSSStyles

CSSStyles: Partial<Omit<PickData<CSSStyleDeclaration>, "length" | "parentRule"> & Record<string, any>>

Generated using TypeDoc