/** * React-specific utility functions barrel export. * * @module @mks2508/mks-ui/react/lib */ export { cn } from './utils'; export { getStrictContext } from './get-strict-context'; export { IconWrapper, type IIconWrapperProps } from './icon-wrapper'; //# sourceMappingURL=index.d.ts.map