Type Alias CSSStyleItem

CSSStyleItem: {
    data: string;
    loaded?: Promise<void>;
    type: "style";
}