Merge pull request #604 from yuqing521/master

fix: ShadowRootPloyfill interface adoptedStyleSheets
This commit is contained in:
当耐特 2021-06-23 21:07:34 +08:00 committed by GitHub
commit f82bcc0c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ declare namespace Omi {
interface ShadowRootPloyfill extends ShadowRoot {
adoptedStyleSheets : CSSStyleSheet;
adoptedStyleSheets : CSSStyleSheet[];
}
function render(vnode: ComponentChild, parent: string | Element | Document | ShadowRoot | DocumentFragment, store?: object): any;