UNPKG

kwikid-camera

Version:
36 lines (35 loc) 795 B
export declare const DEFAULT_CONFIG: { header: { isBack: boolean; title: string; isClose: boolean; }; footer: { isUpload: boolean; isFlip: boolean; isSwitch: boolean; }; others: { isFrontCamera: boolean; flipHorizontal: boolean; isWatermark: boolean; isWatermarkForImageUpload: boolean; mask: { shape: any; }; preview: { show: boolean; header: { isBack: boolean; isClose: boolean; }; }; }; }; export declare const BUTTON_PROPERTIES: { appearance_whiteblock: string; appearance_secondary: string; appearance_primary: string; size_s: string; size_m: string; };