小程序初始提交
This commit is contained in:
15
cool-unix/uni_modules/cool-ui/components/cl-badge/props.ts
Normal file
15
cool-unix/uni_modules/cool-ui/components/cl-badge/props.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { PassThroughProps, Type } from "../../types";
|
||||
|
||||
export type ClBadgePassThrough = {
|
||||
className?: string;
|
||||
text?: PassThroughProps;
|
||||
};
|
||||
|
||||
export type ClBadgeProps = {
|
||||
className?: string;
|
||||
pt?: ClBadgePassThrough;
|
||||
type?: Type;
|
||||
dot?: boolean;
|
||||
value?: any;
|
||||
position?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user