interface FunctionalComponent

Properties

displayName

Signature
displayName?: string;
typescript

emits

Signature
emits?: E | (keyof E)[];
typescript

inheritAttrs

Signature
inheritAttrs?: boolean;
typescript

props

Signature
props?: ComponentPropsOptions<P>;
typescript