UNPKG

889 BTypeScriptView Raw
1/**
2@license
3Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
4This code may only be used under the BSD style license found at
5http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
6http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
7found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
8part of the polymer project is also subject to an additional IP rights grant
9found at http://polymer.github.io/PATENTS.txt
10*/
11export declare const supportsAdoptingStyleSheets: boolean;
12export declare class CSSResult {
13 _styleSheet?: CSSStyleSheet | null;
14 readonly cssText: string;
15 constructor(cssText: string);
16 readonly styleSheet: CSSStyleSheet | null;
17}
18export declare const css: (strings: TemplateStringsArray, ...values: CSSResult[]) => CSSResult;
19//# sourceMappingURL=css-tag.d.ts.map
\No newline at end of file