UNPKG

@bytedance/mona-client-plugin

Version:

plugin for mona

4 lines (3 loc) 257 B
import React from 'react'; export declare function createPluginLifeCycle(Component: React.ComponentType<any>): (props: any) => JSX.Element; export declare function createPluginPageLifecycle(Component: React.ComponentType<any>): (props: any) => JSX.Element;