lark-cms
Version:
Multi terminal CMS component library
13 lines (12 loc) • 371 B
TypeScript
import React from "react";
import type { Props } from "./index.type";
import type { YhwArticleLimitState } from "./rule-data";
export default class YhwArticleLimitRN extends React.Component<Props> {
state: YhwArticleLimitState;
/**
* 跳转逻辑
* @param item 记录项
*/
onJumpHandle: (item: any) => void;
render(): React.JSX.Element;
}