Files

5 lines
72 B
TypeScript
Raw Permalink Normal View History

2025-11-13 10:36:23 +08:00
export type ClPageProps = {
className?: string;
backTop?: boolean;
};