From 9276e302d7ce0e588eaa771f6967e28e7643dfeb Mon Sep 17 00:00:00 2001 From: ZHAO Jinxiang Date: Tue, 30 Nov 2021 16:31:27 +0800 Subject: [PATCH] fix: export Directives type (#864) --- src/component/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/index.ts b/src/component/index.ts index a54967f3..99a9f45e 100644 --- a/src/component/index.ts +++ b/src/component/index.ts @@ -25,4 +25,5 @@ export { DirectiveHook, ObjectDirective, FunctionDirective, + Directive, } from './directives'