mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-24 07:41:05 +00:00
Updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { KeyringStore } from '@pezkuwi/ui-keyring/types';
|
||||
import React from 'react';
|
||||
interface Props {
|
||||
isElectron: boolean;
|
||||
store?: KeyringStore;
|
||||
}
|
||||
declare function Root({ isElectron, store }: Props): React.ReactElement<Props>;
|
||||
declare const _default: React.MemoExoticComponent<typeof Root>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user