UNPKG

@typeform/embed-react

Version:

Embed library for [React](https://reactjs.org/).

14 lines 1.1 kB
import { PopupOptions, SliderOptions, PopoverOptions, SidetabOptions } from '@typeform/embed'; import { ButtonComponentProps, InitializerComponentProps, WidgetProps } from './components'; import { GenericEmbed } from './utils'; export { WidgetProps, GenericEmbed }; export declare const Widget: import("react").MemoExoticComponent<import("react").FC<WidgetProps>>; export type PopupButtonProps = ButtonComponentProps<PopupOptions>; export declare const PopupButton: import("react").MemoExoticComponent<import("react").FC<PopupButtonProps>>; export type SliderButtonProps = ButtonComponentProps<SliderOptions>; export declare const SliderButton: import("react").MemoExoticComponent<import("react").FC<SliderButtonProps>>; export type PopoverProps = InitializerComponentProps<PopoverOptions>; export declare const Popover: import("react").MemoExoticComponent<import("react").FC<PopoverProps>>; export type SidetabProps = InitializerComponentProps<SidetabOptions>; export declare const Sidetab: import("react").MemoExoticComponent<import("react").FC<SidetabProps>>; //# sourceMappingURL=index.d.ts.map