@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
53 lines (50 loc) • 838 B
TypeScript
export type {
ChildNode,
ComponentOptions,
ComponentDidLoad,
ComponentDidUpdate,
ComponentInterface,
ComponentWillLoad,
ComponentWillUpdate,
EventEmitter,
EventOptions,
FunctionalComponent,
FunctionalUtilities,
JSX,
MethodOptions,
ModeStyles,
ListenOptions,
ListenTargetOptions,
PropOptions,
QueueApi,
RafCallback,
VNode,
VNodeData,
} from '../stencil-public-runtime';
export {
Build,
Component,
Element,
Event,
getAssetPath,
getElement,
getMode,
getRenderingRef,
Fragment,
forceUpdate,
h,
Host,
Env,
Listen,
Method,
Prop,
readTask,
setAssetPath,
setMode,
setPlatformHelpers,
State,
Watch,
writeTask,
setErrorHandler,
} from '../stencil-public-runtime';
export type { StencilConfig as Config, PrerenderConfig } from '../stencil-public-compiler';