Merge pull request #604 from yuqing521/master
fix: ShadowRootPloyfill interface adoptedStyleSheets
This commit is contained in:
commit
f82bcc0c66
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue