refactor(types): mark internal API exports and exclude from d.ts
BREAKING CHANGE: Internal APIs are now excluded from type decalrations.
This commit is contained in:
@@ -10,6 +10,10 @@ import {
|
||||
import { PatchFlags } from '@vue/shared'
|
||||
import { warn } from '../warning'
|
||||
|
||||
/**
|
||||
* Compiler runtime helper for rendering <slot/>
|
||||
* @internal
|
||||
*/
|
||||
export function renderSlot(
|
||||
slots: Slots,
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user