Skip to content

Commit

Permalink
feat: export IProps as ModalizeProps (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
archansel authored Jul 25, 2020
1 parent fbba3a6 commit b843882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -960,5 +960,6 @@ const ModalizeBase = (
return renderModalize;
};

export type ModalizeProps = IProps;
export type Modalize = IHandles;
export const Modalize = React.forwardRef(ModalizeBase);

0 comments on commit b843882

Please sign in to comment.