优化细节

This commit is contained in:
icssoa
2025-08-19 18:11:00 +08:00
parent 67a6b2c29f
commit 10e17efb67
18 changed files with 72 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import type { ClFormLabelPosition, PassThroughProps } from "../../types";
import type { ClFormLabelPosition, ClFormRule, PassThroughProps } from "../../types";
export type ClFormItemPassThrough = {
className?: string;
@@ -13,6 +13,7 @@ export type ClFormItemProps = {
pt?: ClFormItemPassThrough;
label?: string;
prop?: string;
rules?: ClFormRule[];
labelPosition?: ClFormLabelPosition;
labelWidth?: string | any;
showAsterisk?: boolean | any;