feat: add Dropdown component
This commit is contained in:
parent
7dcd80cdf7
commit
1e0b8e2ba1
2 changed files with 52 additions and 0 deletions
|
@ -81,3 +81,9 @@ export interface ScrollPosition {
|
|||
offsetTop: number,
|
||||
offsetLeft: number
|
||||
}
|
||||
|
||||
export interface DropdownOption {
|
||||
name: string,
|
||||
value: string | number,
|
||||
callback: () => void
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue