mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Upstream http://cl/362104095
This commit is contained in:
Vendored
+4
@@ -154,4 +154,8 @@ export {setUseAdoptedStyleSheetsWithBuiltCSS};
|
||||
*/
|
||||
declare function setUseAdoptedStyleSheetsWithBuiltCSS(value: boolean): void;
|
||||
|
||||
export const useShadow: boolean;
|
||||
export const useNativeCSSProperties: boolean;
|
||||
export const useNativeCustomElements: boolean;
|
||||
export const supportsAdoptingStyleSheets: boolean;
|
||||
export let legacyOptimizations: boolean;
|
||||
|
||||
Vendored
+2
@@ -5,3 +5,5 @@ import {LegacyElementMixin} from './lib/legacy/legacy-element-mixin.js';
|
||||
export {Polymer} from './lib/legacy/polymer-fn.js';
|
||||
|
||||
export {html} from './lib/utils/html-tag.js';
|
||||
|
||||
export const Base: LegacyElementMixin;
|
||||
|
||||
Reference in New Issue
Block a user