Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Oct 24, 2020
1 parent 6721ef4 commit 48341d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/containers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export interface IGuardedContainerProps {
enabledComponent: React.ReactNode;
isGuarded: boolean;
}
export declare function createDisabledContainer(WrappedComponent: React.ComponentClass<any>): React.ComponentClass;
export declare function createDisabledContainer(WrappedComponent: React.ComponentType<any>): React.ComponentType;
export declare function createGuardedContainer({ isGuarded, enabledComponent, disabledComponent, }: IGuardedContainerProps): React.ComponentClass;
2 changes: 1 addition & 1 deletion dist/utils.cjs.development.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 48341d5

Please sign in to comment.