update declaration file
This commit is contained in:
8
index.d.ts
vendored
8
index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
declare module 'rollup-plugin-typescript' {
|
||||
function typescript(): any;
|
||||
export = typescript;
|
||||
}
|
||||
import { serializedNodeWithId } from './src/types';
|
||||
|
||||
export function snapshot(n: Document): serializedNodeWithId | null;
|
||||
export function rebuild(n: serializedNodeWithId): Node | null;
|
||||
|
||||
Reference in New Issue
Block a user