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