UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 173 B
import { ThankyouType } from "./context"; export declare const Thankyou: ({ children, }: { children: (v: ThankyouType, close: () => void) => Element; }) => Element;