2024-01-29 09:26:07 +08:00

4 lines
183 B
TypeScript

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