UNPKG

@iblai/iblai-web-mentor

Version:

IBL AI Mentor

6 lines (5 loc) 334 B
import { Component } from "./models"; export declare const cleanElement: (element: string) => string; export declare const workerUrl: string; export declare const getParamsFromComponent: (component: Component | null) => string; export declare const getUrlFromComponent: (component: Component | null, mentor: string | null) => string;