Files
QingLong/WebRoot/html/cdn/lib/hooks/use-form-item/index.d.ts
2025-08-15 09:13:13 +08:00

5 lines
193 B
TypeScript

export declare const useFormItem: () => {
form: import("element-plus/es/tokens").ElFormContext | undefined;
formItem: import("element-plus/es/tokens").ElFormItemContext | undefined;
};