Spaces:
Running
Running
export interface DropdownProps { | |
name: string; | |
content: string; | |
} | |
export interface DropdownProps { | |
name: string; | |
content: string; | |
} | |