Skip to content

Commit

Permalink
types default export
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniya57 committed Jan 14, 2021
1 parent 74f4cd4 commit 37baa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idui/react-toggle-controls",
"version": "1.1.4",
"version": "1.1.5",
"description": "React Toggle Controls",
"author": "kaprisa57@gmail.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface ToggleProps {
required?: boolean;
}

export class ToggleControl extends React.Component<ToggleProps> {}
export default class ToggleControl extends React.Component<ToggleProps> {}

interface CheckboxColorsSet {
background?: string;
Expand Down

0 comments on commit 37baa95

Please sign in to comment.