MCPcopy
hub / github.com/Meituan-Dianping/mpvue / FunctionalComponentOptions

Interface FunctionalComponentOptions

types/options.d.ts:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export interface FunctionalComponentOptions {
62 name?: string;
63 props?: string[] | { [key: string]: PropOptions | Constructor | Constructor[] };
64 functional: boolean;
65 render(this: never, createElement: CreateElement, context: RenderContext): VNode | void;
66}
67
68export interface RenderContext {
69 props: any;

Callers

nothing calls this directly

Implementers 1

Testtypes/test/vue-test.ts

Calls

no outgoing calls

Tested by

no test coverage detected