Explorar o código

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

Michael Cozzolino hai 4 meses
pai
achega
6611dda298
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'