mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-07-24 12:25:43 +00:00
Updates
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { KeyringOptions } from '@pezkuwi/ui-keyring/options/types';
|
||||
import React from 'react';
|
||||
interface Props {
|
||||
optionsAll?: KeyringOptions;
|
||||
}
|
||||
declare function Status({ optionsAll }: Props): React.ReactElement<Props>;
|
||||
declare const _default: React.MemoExoticComponent<typeof Status>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user