UNPKG

react-live-unplugin

Version:

Turn React components into live code blocks with ease.

3 lines (2 loc) 99 B
declare function transformCode(code: string): string | null | undefined; export { transformCode };