UNPKG

next-flow-interface

Version:

Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.

3 lines 182 B
import { Attributes, FunctionComponent } from 'react'; export type MixView<T extends Attributes | null = null> = string | FunctionComponent<T>; //# sourceMappingURL=mix-view.d.ts.map