UNPKG

@stackone/react-hub

Version:

Allow your users to quickly integrate with several services with StackOne. The `@stackone/react-hub` introduces an easy-to-use React hook for integrating with your web app.

16 lines 336 B
interface InlineStyles { containerId: string; width?: string; height?: string; } interface OptionsStyles { back?: boolean; close?: boolean; bgColor?: string; } export interface HubStyles { inline?: InlineStyles; options?: OptionsStyles; } export {}; //# sourceMappingURL=HubStyles.d.ts.map