This commit is contained in:
parent
9ce184df26
commit
6d56ea49cf
4 changed files with 80 additions and 68 deletions
4
src/Interfaces/IInputGroup.ts
Normal file
4
src/Interfaces/IInputGroup.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface IInputGroup {
|
||||
text: string
|
||||
value: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue