17 lines
663 B
TypeScript
17 lines
663 B
TypeScript
/// <reference types="wechat-miniprogram" />
|
|
/// <reference types="react" />
|
|
declare const _default: (props: {
|
|
oakPath?: string | undefined;
|
|
oakId?: string | undefined;
|
|
oakProjection?: AnyObject | undefined;
|
|
oakFrom?: string | undefined;
|
|
oakParentEntity?: string | undefined;
|
|
oakDisablePulldownRefresh?: boolean | undefined;
|
|
oakAutoUnmount?: boolean | undefined;
|
|
oakActions?: any[] | undefined;
|
|
oakCascadeActions?: AnyObject | undefined;
|
|
attributes?: any[] | undefined;
|
|
data?: AnyObject | undefined;
|
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|