@node-novel/layout
Version:
node-novel core module
18 lines (17 loc) • 516 B
TypeScript
/**
* Created by user on 2019/5/29.
*/
export * from './lib';
import { TextLayout } from './lib';
export { IWordsAll, IWordsFunction, IWordsArray, IWordsArray2, IWordsUser, IWordsRuntime, IConstructorOptions, ITextLayoutOptions } from './lib/types';
/**
* 預設的 排版處理核心 如需要自訂預設值 可以 使用 `TextLayout.create(options)`
*
* @type {TextLayout}
*/
export declare const textLayout: TextLayout;
/**
* @deprecated
*/
export { textLayout as novelText };
export default textLayout;