Files
2025-11-13 10:36:23 +08:00

5 lines
76 B
TypeScript

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