Files
pezkuwi-apps/Content/Status.d.ts
T
github-actions[bot] f3ee114735 Updates
2026-01-18 03:14:49 +00:00

9 lines
319 B
TypeScript

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;