UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 185 B
import type { IconProps } from '@ozen-ui/icons'; import type { RenderContentType } from '../../../utils/renderContent'; export type TitleIcon = RenderContentType<IconProps>['content'];