UNPKG

yao-app-ts-types

Version:

typescript types for yao application

13 lines (10 loc) 291 B
import type { XgenComponent as Component } from "@/types/xgen"; export declare namespace Remote { interface XProps { remote?: Component.Request; search?: Component.Request & { key: string }; } interface IProps extends Component.PropsEditComponent { xProps: XProps; } }