Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-back-top/props.ts

5 lines
76 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
export type ClBackTopProps = {
className?: string;
top?: number | any;
};