UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

10 lines (9 loc) 199 B
export interface CustomLabelProps { id?: string; label: string; htmlFor?: string; isDisabled?: boolean; show?: boolean; className?: string; style?: React.CSSProperties; }