vue-cesium
Version:
Vue 3.x components for CesiumJS.
11 lines (10 loc) • 401 B
TypeScript
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>;