UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

8 lines (7 loc) 202 B
import React from "react"; import { SetValue$ } from "../types/color-picker"; interface Props { setValue: SetValue$; } declare const ClearButton: React.FC<Props>; export default ClearButton;