版本发布
This commit is contained in:
16
uni_modules/cool-ui/components/cl-select-trigger/props.ts
Normal file
16
uni_modules/cool-ui/components/cl-select-trigger/props.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { ClIconProps } from "../cl-icon/props";
|
||||
|
||||
export type ClSelectTriggerPassThrough = {
|
||||
className?: string;
|
||||
icon?: ClIconProps;
|
||||
};
|
||||
|
||||
export type ClSelectTriggerProps = {
|
||||
className?: string;
|
||||
pt?: ClSelectTriggerPassThrough;
|
||||
text?: string;
|
||||
placeholder?: string;
|
||||
arrowIcon?: string;
|
||||
disabled?: boolean;
|
||||
focus?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user