props.ts 76 B

1234
  1. export type ClBackTopProps = {
  2. className?: string;
  3. top?: number | any;
  4. };