UNPKG

naive-ui

Version:

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

4 lines (3 loc) 183 B
import type { CNode } from 'css-render'; import { type Ref } from 'vue'; export default function useStyle(mountId: string, style: CNode, clsPrefixRef: Ref<string | undefined>): void;