This commit is contained in:
Russell Bicknell 2022-04-27 15:32:51 -07:00
parent 4036db442b
commit 96897876a2
2 changed files with 6 additions and 0 deletions

View File

@ -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;

2
polymer-legacy.d.ts vendored
View File

@ -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;