Skip to content

Commit

Permalink
chore(types): separate type/interface imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 7, 2020
1 parent 2314c3a commit 5d15797
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions src/declarations/stencil-core/index.ts
@@ -1,43 +1,46 @@
export type {
Build,
ChildNode,
Component,
ComponentOptions,
ComponentDidLoad,
ComponentDidUpdate,
ComponentInterface,
ComponentWillLoad,
ComponentWillUpdate,
Element,
Event,
EventEmitter,
EventOptions,
getAssetPath,
getElement,
getMode,
getRenderingRef,
forceUpdate,
FunctionalComponent,
FunctionalUtilities,
h,
Host,
Method,
MethodOptions,
ModeStyles,
Listen,
ListenOptions,
ListenTargetOptions,
JSX,
Prop,
PropOptions,
QueueApi,
RafCallback,
VNode,
VNodeData,
} from '../stencil-public-runtime';

export {
Build,
Component,
Element,
Event,
getAssetPath,
getElement,
getMode,
getRenderingRef,
forceUpdate,
h,
Host,
Method,
Listen,
Prop,
readTask,
setMode,
setAssetPath,
State,
VNode,
VNodeData,
Watch,
writeTask,
} from '../stencil-public-runtime';
Expand Down

0 comments on commit 5d15797

Please sign in to comment.