4 lines
183 B
TypeScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
import type { CNode } from 'css-render';
import type { Ref } from 'vue';
export default function useStyle(mountId: string, style: CNode, clsPrefixRef: Ref<string | undefined>): void;