UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

11 lines (10 loc) 231 B
/// <reference types="react" /> export interface CustomLabelProps { id?: string; label: string; htmlFor?: string; isDisabled?: boolean; show?: boolean; className?: string; style?: React.CSSProperties; }