MCPcopy
hub / github.com/Tencent/omi / CustomElementBaseAttributes

Interface CustomElementBaseAttributes

packages/omi/omi.d.ts:41–41  ·  view source on GitHub ↗

* Use this to manually set the attributes of a custom element * * declare global { * namespace JSX { * interface IntrinsicElements { * 'hello-element': Props & { * propFromParent: string; * } * } * } * }

Source from the content-addressed store, hash-verified

39 * }
40 */
41 interface CustomElementBaseAttributes extends ClassAttributes<any>, OmiDOMAttributes { }
42 interface Props extends ClassAttributes<any>, OmiDOMAttributes { }
43 /**
44 * Define the contract for a virtual node in omi.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected