Files
WAI_Project_UNIX/uni_modules/cool-ui/components/cl-back-top/props.ts
2025-08-19 18:11:00 +08:00

5 lines
76 B
TypeScript

export type ClBackTopProps = {
className?: string;
top?: number | any;
};