parent
5fe0ec06cf
commit
3ad7ae62c8
2 changed files with 34 additions and 10 deletions
@ -1,3 +1,5 @@ |
||||
import IconButton from './IconButton'; |
||||
import IconButton, { IconButtonProps } from './IconButton'; |
||||
|
||||
export type { IconButtonProps }; |
||||
|
||||
export default IconButton; |
||||
|
Loading…
Reference in new issue