Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-page/props.ts
2025-11-13 10:36:23 +08:00

5 lines
72 B
TypeScript

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