@player-ui/player
Version:
7 lines (6 loc) • 352 B
text/typescript
export { default as TemplatePlugin } from "./template";
export { default as StringResolverPlugin } from "./string-resolver";
export { default as ApplicabilityPlugin } from "./applicability";
export { default as SwitchPlugin } from "./switch";
export { default as MultiNodePlugin } from "./multi-node";
export { default as AssetPlugin } from "./asset";