UNPKG

boa-handler-dom

Version:
11 lines (10 loc) 258 B
import { Handler } from 'boa-core'; export interface DOMResponse { handler: Handler; } declare const init: (domOptions: { root: string; render: (state: any, options: any) => any; renderActionType?: string; }) => DOMResponse; export { init };