UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

10 lines (9 loc) 227 B
export interface CustomCardLabelProps { className?: string; caret?: boolean; isActive?: boolean; withBackground?: boolean; children: React.ReactNode; style?: React.CSSProperties; hidden?: boolean; }