5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export type ClPageProps = {
|
|
className?: string;
|
|
backTop?: boolean;
|
|
};
|