UNPKG

mobx-web-cell

Version:
6 lines (4 loc) 279 B
import { WebCellProps, WebCellClass, VNode } from "web-cell"; export type FunctionComponent<P extends WebCellProps = WebCellProps> = (props?: P) => VNode; export function observer<P, S>(Class: FunctionComponent<P> | WebCellClass<P, S>): any; //# sourceMappingURL=index.d.ts.map