synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 326 B
TypeScript
type ExternalPlatformDisclaimerProps = {
showDisclaimer: boolean;
onConfirm: () => void;
onCancel: () => void;
};
export declare function ExternalPlatformDisclaimer(props: ExternalPlatformDisclaimerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ExternalPlatformDisclaimer.d.ts.map