Refactor radio group buttons
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric NGUYEN 2022-08-16 13:46:54 +02:00
parent 9ce184df26
commit 6d56ea49cf
4 changed files with 80 additions and 68 deletions

View file

@ -0,0 +1,4 @@
export interface IInputGroup {
text: string
value: string
}