@mytiki/receipt-capacitor
Version:
The TIKI Receipt library adds to your Vue.js + Capacitor **mobile app** a Data Reward program for your users to share their receipts in-exchange for **cash from Tiki inc**.
29 lines (28 loc) • 1.03 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Display the UI if true, hide if false.
* Recommended to use a v-model e.g.`v-model:present="present"`
* to auto-track if the UI was closed by a user action.
*/
present: {
type: BooleanConstructor;
default: boolean;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
"update:present": (...args: any[]) => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Display the UI if true, hide if false.
* Recommended to use a v-model e.g.`v-model:present="present"`
* to auto-track if the UI was closed by a user action.
*/
present: {
type: BooleanConstructor;
default: boolean;
};
}>> & {
"onUpdate:present"?: ((...args: any[]) => any) | undefined;
}, {
present: boolean;
}, {}>;
export default _default;