Skip to content

Commit 240eeb2

Browse files
feat(runtime-core): Export DirectiveModifiers type
1 parent f51d3e2 commit 240eeb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ export type {
327327
DirectiveHook,
328328
ObjectDirective,
329329
FunctionDirective,
330+
DirectiveModifiers,
330331
DirectiveArguments,
331332
} from './directives'
332333
export type { SuspenseBoundary } from './components/Suspense'

0 commit comments

Comments
 (0)