UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

6 lines (5 loc) 202 B
declare module 'mobx-preact' { import { ComponentConstructor } from 'preact/compat' type Component<P = any> = ComponentConstructor<P> export function observer<T extends Component>(target: T): T }