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