Fixed #1319 - Missing class prop on Button component fails Typescript complier

pull/1361/head
Tuğçe Küçükoğlu 2021-06-23 14:44:32 +03:00
parent 44a7edda0c
commit 2933ca3ea7
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
interface ButtonProps {
style?: any;
class?: string;
label?: string;
icon?: string;
iconPos?: string;