interface LinkStyle {
    sheet: CSSStyleSheet | null;
}
Hierarchy
Index

Properties

Properties

sheet: CSSStyleSheet | null