UNPKG

vue-cesium

Version:
11 lines (10 loc) 401 B
export declare const useFormProps: { name: StringConstructor; }; export declare function useFormAttrs(props: any): import("vue").ComputedRef<{ type: string; name: any; value: any; }>; export declare function useFormInject(formAttrs?: any): (child: any, action: any, className?: string) => void; export declare function useFormInputNameAttr(props: any): import("vue").ComputedRef<any>;