|
|
|
@ -5,20 +5,5 @@ |
|
|
|
* Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. |
|
|
|
*/ |
|
|
|
|
|
|
|
declare module 'graphiql'; |
|
|
|
declare module 'pikaday/pikaday'; |
|
|
|
declare module 'progressbar.js'; |
|
|
|
|
|
|
|
declare module 'sortablejs' { |
|
|
|
export class Ref { |
|
|
|
public destroy(): any; |
|
|
|
|
|
|
|
public option(property: string, value: any): any; |
|
|
|
} |
|
|
|
|
|
|
|
export function create(element: any, options: any): Ref; |
|
|
|
} |
|
|
|
|
|
|
|
declare namespace marked { |
|
|
|
export function escape(input: string): string; |
|
|
|
} |
|
|
|
declare module 'progressbar.js'; |