@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 327 B
TypeScript
import { type App } from "@ledgerhq/types-live";
/**
* Builds a fake App object to use in tests
*
* @param props Any value in props will override the default fake value of the same property
* @return A fake App object
*/
export declare const anAppBuilder: (props?: Partial<App>) => App;
//# sourceMappingURL=anApp.d.ts.map