muryshev's picture
init
79278ec
Raw
History Blame Contribute Delete
70 Bytes
export interface DropdownProps {
name: string;
content: string;
}