Update htmltojsx.d.ts

This commit is contained in:
Basarat Ali Syed
2015-07-03 13:12:35 +10:00
parent 78f02a4759
commit 1632606f82

View File

@@ -8,6 +8,8 @@ declare module 'htmltojsx' {
constructor(options?: {
createClass?: boolean;
outputClassName?: string;
/** as a string e.g. ' ' or '\t' */
indent?: string;
});
convert(html: string): string;
}