Skip to content

Commit

Permalink
Upstream http://cl/362104095
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 27, 2022
1 parent 4036db4 commit 9689787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/utils/settings.d.ts
Expand Up @@ -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 changes: 2 additions & 0 deletions polymer-legacy.d.ts
Expand Up @@ -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;

0 comments on commit 9689787

Please sign in to comment.