@mytiki/receipt-capacitor-vue2
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**.
27 lines (26 loc) • 908 B
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;
};
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
"update:present": (...args: any[]) => void;
}, string, 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;
};
}>>, {
present: boolean;
}>;
export default _default;