5 lines
167 B
TypeScript
Executable File
5 lines
167 B
TypeScript
Executable File
import { FunctionalComponent } from 'vue';
|
|
export declare function getSimpleFunctionalComponent(cls: string, el?: string): FunctionalComponent<{
|
|
tag?: string;
|
|
}>;
|