UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

9 lines (8 loc) 183 B
import { IconType } from '@mintlify/models'; export type MultiViewItemType = { title: string; content: string; icon?: string; iconType?: IconType; id?: string; };