UNPKG

@difizen/mana-core

Version:

9 lines 329 B
import type { ReactNode } from 'react'; import type { View } from './view-protocol'; export interface ViewRenderProps { view: View; shadow?: boolean; children?: ReactNode | ReactNode[]; } export declare const ViewRender: import("react").NamedExoticComponent<ViewRenderProps>; //# sourceMappingURL=view-render.d.ts.map