Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
/// <reference types="react" />
export interface ChainModalProps {
open: boolean;
onClose: () => void;
}
export declare function ChainModal({ onClose, open }: ChainModalProps): JSX.Element | null;