UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

9 lines (8 loc) 426 B
export declare const ConnectInlineSnackbar: (Component: any) => (props: any) => JSX.Element; export declare const ConnectMultilineSnackbar: (Component: any) => (props: any) => JSX.Element; /** * Wraps the theme around the given component * @param {Component} Component React component to wrap the theme around */ declare const ConnectAll: (Component: any) => (props: any) => JSX.Element; export default ConnectAll;