kwikid-camera
Version:
KwikID's Camera Component
33 lines (32 loc) • 697 B
TypeScript
export declare const DEFAULT_CONFIG: {
header: {
isBack: boolean;
title: string;
isClose: boolean;
};
footer: {
isFlip: boolean;
isSwitch: boolean;
};
others: {
isFrontCamera: boolean;
flipHorizontal: boolean;
mask: {
shape: string;
};
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;
};