This commit is contained in:
Norbert de Langen 2020-01-22 23:38:42 +01:00
parent 5edeceb2f9
commit dd41d9198c
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -14,7 +14,7 @@ interface ButtonProps {
/**
* default is false
*/
secondary: boolean;
secondary?: boolean;
}
/**