UNPKG

botframework-webchat-component

Version:
8 lines (6 loc) 343 B
import type createStyleSet from '../Styles/createStyleSet'; import useWebChatUIContext from './internal/useWebChatUIContext'; // TODO: Seems type of value is `string`. export default function useStyleSet(): readonly [Record<keyof ReturnType<typeof createStyleSet>, any>] { return Object.freeze([useWebChatUIContext().styleSet] as const); }