props.ts 72 B

1234
  1. export type ClPageProps = {
  2. className?: string;
  3. backTop?: boolean;
  4. };