MCPcopy
hub / github.com/vuejs/composition-api / IPropsType

Interface IPropsType

test/types/defineComponent.spec.ts:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 it('custom props interface', () => {
71 interface IPropsType {
72 b: string
73 }
74 const App = defineComponent<IPropsType>({
75 props: {
76 b: {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…