24 lines
969 B
TypeScript
24 lines
969 B
TypeScript
import moveArticleAfter0 from "./moveArticleAfter";
|
|
import moveArticle0 from "./moveArticle";
|
|
import insertArticle0 from "./insertArticle";
|
|
import removeArticle0 from "./removeArticle";
|
|
import unshiftArticle0 from "./unshiftArticle";
|
|
import editArticleTitle0 from "./editArticleTitle";
|
|
import editArticleRef0 from "./editArticleRef";
|
|
import insertPart0 from "./insertPart";
|
|
import removePart0 from "./removePart";
|
|
import editPartTitle0 from "./editPartTitle";
|
|
declare const _default: {
|
|
insertArticle: typeof insertArticle0;
|
|
moveArticle: typeof moveArticle0;
|
|
moveArticleAfter: typeof moveArticleAfter0;
|
|
removeArticle: typeof removeArticle0;
|
|
unshiftArticle: typeof unshiftArticle0;
|
|
editArticleTitle: typeof editArticleTitle0;
|
|
editArticleRef: typeof editArticleRef0;
|
|
insertPart: typeof insertPart0;
|
|
removePart: typeof removePart0;
|
|
editPartTitle: typeof editPartTitle0;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=index.d.ts.map
|