UNPKG

198 BTypeScriptView Raw
1export interface OpenInEditorOptions {
2 url?: string;
3}
4declare const _default: (pluginConfig?: OpenInEditorOptions) => () => {
5 onCommand: (command: any) => void;
6};
7export default _default;