UNPKG

@piying/view-vue

Version:
6 lines (5 loc) 249 B
import { CoreSchemaHandle } from '@piying/view-core'; import type { PiResolvedViewFieldConfig } from './type/group'; export declare class VueSchemaHandle extends CoreSchemaHandle<VueSchemaHandle, () => PiResolvedViewFieldConfig> { type?: any; }