UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 174 B
import React from 'react'; interface Props { color?: string; height?: string; } declare const ButtonDropdownIcon: React.FC<Props>; export default ButtonDropdownIcon;