UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

11 lines (9 loc) 313 B
import { MDXComponent, } from '../../typeAliases/MDXComponent'; export interface InkModule { readonly storyContent: Record<string, any> & { root: Record<string, any> }; readonly text: string; readonly getMdxComponent: (id: string) => MDXComponent; readonly mdxAliases?: Record<string, MDXComponent>; }