UNPKG

@lifeart/gxt

Version:

<img align="right" width="95" height="95" alt="Philosopher’s stone, logo of PostCSS" src="./public/logo.png">

3 lines (2 loc) • 336 B
import { type Component, type ComponentReturnType } from './component'; export declare function createHotReload(component: (comp: ComponentReturnType | Component, args: Record<string, unknown>, ctx: Component<any>) => ComponentReturnType): (oldklass: Component | ComponentReturnType, newKlass: Component | ComponentReturnType) => void;