UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

6 lines (5 loc) 282 B
import { PropType } from 'vue'; import { InstallWithSFC } from './types'; export * from './types'; export declare function useInstallSFC<T, E extends Record<string, any>>(main: T, extra?: E): InstallWithSFC<T> & E; export declare const definePropType: <T>(val: any) => PropType<T>;