UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

5 lines (4 loc) 251 B
import { HTMLAttributes } from 'react'; import { IInputProps } from '../input'; export declare type IHexInputProps = HTMLAttributes<HTMLInputElement>; export declare function HexInput(props: Omit<IInputProps, 'value' | 'onValueChange'>): JSX.Element;