UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

11 lines (10 loc) 259 B
/// <reference types="react" /> export interface CustomCardLabelProps { className?: string; caret?: boolean; isActive?: boolean; withBackground?: boolean; children: React.ReactNode; style?: React.CSSProperties; hidden?: boolean; }