UNPKG

smart-react-components

Version:

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

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