Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mykhailenko authored and actions-user committed Jun 18, 2021
1 parent a638c03 commit e4eb683
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dist/react-pure-modal.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import './react-pure-modal.css';
declare type Props = {
children: JSX.Element;
Expand All @@ -15,4 +16,5 @@ declare type Props = {
portal?: boolean;
};
declare function PureModal(props: Props): JSX.Element | null;
export default PureModal;
declare const _default: React.MemoExoticComponent<typeof PureModal>;
export default _default;
2 changes: 1 addition & 1 deletion dist/react-pure-modal.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-pure-modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/example.min.js

Large diffs are not rendered by default.

0 comments on commit e4eb683

Please sign in to comment.