UNPKG

naive-ui

Version:

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

5 lines (4 loc) 147 B
import type { Theme } from '../../_mixins'; declare const rowLight: Theme<'Row'>; export default rowLight; export type RowTheme = typeof rowLight;