Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Oct 6, 2019
1 parent 85fa93b commit 3510224
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ export interface LoaderHeightWidthProps extends CommonProps {
}

export interface LoaderSizeProps extends CommonProps {
size?: number | string;
size?: number;
sizeUnit?: string;
}

export type LoaderSizeDefaultProps = Required<LoaderSizeProps>;

export interface LoaderSizeMarginProps extends LoaderSizeProps {
margin?: string;
}
Expand Down

0 comments on commit 3510224

Please sign in to comment.