Skip to content

Commit

Permalink
fix #321 use default onClick function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
couds committed Apr 29, 2021
1 parent e794a40 commit 562ef11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/components/button/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { BulmaComponent } from '..';
import { Color, Size } from '..';

interface ButtonProps {
onClick?: () => void;
color?: Color
| 'ghost'
| 'black-bis'
Expand Down
5 changes: 0 additions & 5 deletions src/services/can-use-dom.js

This file was deleted.

0 comments on commit 562ef11

Please sign in to comment.