MCPcopy Create free account
hub / github.com/stenciljs/core / createCSSStyleDeclaration

Function createCSSStyleDeclaration

src/mock-doc/css-style-declaration.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60export function createCSSStyleDeclaration() {
61 return new Proxy(new MockCSSStyleDeclaration(), cssProxyHandler);
62}
63
64const cssProxyHandler: ProxyHandler<MockCSSStyleDeclaration> = {
65 get(cssStyle, prop: string) {

Callers 1

styleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected