UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

9 lines (8 loc) 218 B
import React from 'react'; export interface Props { disabled?: boolean; value: string; onChange: (newValue: any) => void; } declare const OnHexColorPicker: React.FC<Props>; export default OnHexColorPicker;