Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 08f1441

Browse files
committed
refactor: re-order
1 parent 65ac90b commit 08f1441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@types/cherry.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ declare class Space extends React.Component<SpaceProps, any> {}
4141

4242
declare class TableOverflow extends React.Component<TableOverflowProps, any> {}
4343

44+
declare class TableOverflow extends React.Component<TableOverflowProps, any> {}
45+
4446
declare class ToastNotificationsProvider extends React.Component<
4547
any,
4648
any
@@ -56,8 +58,6 @@ declare class ToastNotificationsContext extends React.Component<
5658
any
5759
> {}
5860

59-
declare class TableOverflow extends React.Component<TableOverflowProps, any> {}
60-
6161
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
6262
children?: React.ReactNode;
6363
variant?: "primary" | "secondary" | "tertiary";

0 commit comments

Comments
 (0)