mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Update htmltojsx.d.ts
This commit is contained in:
2
htmltojsx/htmltojsx.d.ts
vendored
2
htmltojsx/htmltojsx.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user