UNPKG

react-pick-color

Version:
7 lines (6 loc) 188 B
import React from 'react'; type AlphaProps = { onChange?: (alpha: number) => void; }; declare const _default: ({ onChange }: AlphaProps) => React.JSX.Element; export default _default;