UNPKG

@hypernetlabs/web-ui

Version:
9 lines 246 B
import React from "react"; interface ISucessContentProps { label?: string; info?: string; onOkay?: () => void; } export declare const SucessContent: React.FC<ISucessContentProps>; export {}; //# sourceMappingURL=SucessContent.d.ts.map