小程序初始提交
This commit is contained in:
17
cool-unix/uni_modules/cool-ui/components/cl-sign/props.ts
Normal file
17
cool-unix/uni_modules/cool-ui/components/cl-sign/props.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export type ClSignPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClSignProps = {
|
||||
className?: string;
|
||||
pt?: ClSignPassThrough;
|
||||
width?: number;
|
||||
height?: number;
|
||||
strokeColor?: string;
|
||||
strokeWidth?: number;
|
||||
backgroundColor?: string;
|
||||
enableBrush?: boolean;
|
||||
minStrokeWidth?: number;
|
||||
maxStrokeWidth?: number;
|
||||
velocitySensitivity?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user