UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

9 lines (8 loc) 333 B
import '../../Theme/Styles/Base.scss'; export declare const theme: import("@material-ui/core").Theme; /** * Wraps the theme around the given component * @param {Component} Component React component to wrap the theme around */ declare const connect: (Component: any) => (props: any) => JSX.Element; export default connect;