Jelajahi Sumber

types(runtime-core): export DirectiveModifiers type (#14198)

Michael Cozzolino 6 bulan lalu
induk
melakukan
6611dda298
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      packages/runtime-core/src/index.ts

+ 1 - 0
packages/runtime-core/src/index.ts

@@ -327,6 +327,7 @@ export type {
   DirectiveHook,
   ObjectDirective,
   FunctionDirective,
+  DirectiveModifiers,
   DirectiveArguments,
 } from './directives'
 export type { SuspenseBoundary } from './components/Suspense'