@voiceiq/web-components
Version:
VoiceIQ Web Component library
11 lines (10 loc) • 577 B
TypeScript
import { ContactSmartPanelProps } from './ContactSmartPanel.types';
declare const _default: {
classes: {
root: {
fontFamily: string;
};
};
useStyles: (props: ContactSmartPanelProps) => import("@material-ui/styles").ClassNameMap<"drawer" | "drawerPaperRoot" | "drawerOpen" | "drawerClose" | "contactSwitchBanner" | "linkText" | "personInformationSection" | "commChannelsSection" | "childContentWrapper" | "footerDividerWrapper" | "footerDivider" | "footer" | "footerButtonWrapper" | "footerButton">;
};
export default _default;