UNPKG

@navinc/base-react-components

Version:
4 lines (3 loc) 162 B
import React from 'react'; import { HtmrOptions } from './types.js'; export declare function htmr(html: string, options?: Partial<HtmrOptions>): React.ReactNode;