UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 194 B
import React from 'react'; interface Props { disabled?: boolean; checked?: boolean; } declare const MemoCheckboxIcon: React.NamedExoticComponent<Props>; export default MemoCheckboxIcon;