小程序初始提交
This commit is contained in:
14
cool-unix/uni_modules/cool-ui/components/cl-loading/props.ts
Normal file
14
cool-unix/uni_modules/cool-ui/components/cl-loading/props.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { ClIconProps } from "../cl-icon/props";
|
||||
|
||||
export type ClLoadingPassThrough = {
|
||||
className?: string;
|
||||
icon?: ClIconProps;
|
||||
};
|
||||
|
||||
export type ClLoadingProps = {
|
||||
className?: string;
|
||||
pt?: ClLoadingPassThrough;
|
||||
loading?: boolean;
|
||||
size?: any;
|
||||
color?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user