mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-16 23:41:05 +00:00
Updates
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
interface Props {
|
||||
className?: string;
|
||||
}
|
||||
declare function ChainInfo({ className }: Props): React.ReactElement<Props>;
|
||||
declare const _default: React.MemoExoticComponent<typeof ChainInfo>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user