Skip to content

Commit

Permalink
fix(exports): VFlags export as nontype
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jul 18, 2021
1 parent 969a3fc commit 3efffc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { VElement, VFlags, VNode, VProps } from './structs';
export { OLD_VNODE_FIELD } from './structs';
export type { VElement, VNode, VProps } from './structs';
export { VFlags, OLD_VNODE_FIELD } from './structs';
export { createElement } from './createElement';
export { className, DELETE, INSERT, m, style, svg, UPDATE } from './m';
export { patch, patchChildren, patchProps } from './patch';

0 comments on commit 3efffc4

Please sign in to comment.