UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

4 lines (3 loc) 187 B
import type { ExtractPublicPropTypes } from '../../_utils'; import type { highlightProps } from './Highlight'; export type HighlightProps = ExtractPublicPropTypes<typeof highlightProps>;