Spaces:
Running
Running
File size: 70 Bytes
79278ec |
1 2 3 4 5 |
export interface DropdownProps {
name: string;
content: string;
}
|