muryshev's picture
init
79278ec
raw
history blame contribute delete
70 Bytes
export interface DropdownProps {
name: string;
content: string;
}