UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

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