MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / XFourthProps

Interface XFourthProps

test/WebCell.spec.tsx:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 it('should update Property & Attribute by watch() & attribute() decorators', async () => {
74 interface XFourthProps extends WebCellProps {
75 name?: string;
76 }
77
78 interface XFourth extends WebCell<XFourthProps> {}
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected