mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
types: using unknown instead of any (#8152)
* types: using unknown instead of any * chore: UnknownProp
This commit is contained in:
@@ -22,7 +22,7 @@ export type TreeSelectItem = {
|
||||
badge?: number | string;
|
||||
children?: TreeSelectChild[];
|
||||
disabled?: boolean;
|
||||
className?: any;
|
||||
className?: unknown;
|
||||
};
|
||||
|
||||
export default createComponent({
|
||||
|
Reference in New Issue
Block a user