Files
WAI_Project_UNIX/uni_modules/cool-ui/components/cl-page/props.ts
2025-10-27 10:00:50 +08:00

5 lines
72 B
TypeScript

export type ClPageProps = {
className?: string;
backTop?: boolean;
};