UNPKG

copy-to-clipboard-react-button

Version:

Simple CopyToClipboard React Based Button Component

8 lines (7 loc) 236 B
import { CSSProperties } from 'react'; /** * handler to change the color in the sass * * @param color the color which will be setted in the sass */ export default function handleSetButtonColor(color?: CSSProperties["color"]): void;