index.d.ts 94 B

1234
  1. export declare const stopClick: {
  2. get: () => boolean;
  3. set: (val: boolean) => void;
  4. };