@hauser1993/kyc-sdk
Version:
Your custom version of Ballerine web UI SDK - an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.
5 lines • 461 B
TypeScript
export declare const createToggle: (initialState?: boolean) => readonly [{
readonly subscribe: (this: void, run: import("svelte/store").Subscriber<boolean>, invalidate?: ((value?: boolean | undefined) => void) | undefined) => import("svelte/store").Unsubscriber;
readonly update: (this: void, updater: import("svelte/store").Updater<boolean>) => void;
}, (nextState?: boolean) => void, () => void, () => void];
//# sourceMappingURL=createToggle.d.ts.map