Skip to content

Commit 8034069

Browse files
committed
Remove dead code
1 parent 5a72f30 commit 8034069

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Modal/Modal.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ export namespace ModalProps {
3030
/** Default: true */
3131
doClosesModal?: boolean;
3232
};
33-
34-
export type ModalButtonProps = {
35-
"nativeButtonProps": {
36-
"aria-controls": string;
37-
"data-fr-opened": boolean;
38-
};
39-
};
4033
}
4134

4235
const Modal = memo(

0 commit comments

Comments
 (0)