UNPKG

243 BTypeScriptView Raw
1import { I_ArgsInit } from "./core";
2declare const closeGuideline: (isNext?: boolean) => void;
3declare const init: ({ dataGuideline }: I_ArgsInit) => void;
4declare const nextTip: (id: string) => void;
5export { closeGuideline, init, nextTip };