gradio/js/sanitize/index.d.ts
Freddy Boulton 7134fc272e
Custom component fixes (#9711)
* add code

* Add code

* add changeset

* compatible lockfile

* add code

* add changeset

* trigger-ci

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
2024-10-16 15:11:39 -07:00

2 lines
72 B
TypeScript

export declare function sanitize(source: string, root: string): string;