UNPKG

lark-cms

Version:

Multi terminal CMS component library

16 lines (15 loc) 413 B
import React from "react"; import type { Props } from "./index.type"; import type { YhwArticleLimitState } from "./rule-data"; /** * 【RN】多文章列表 组件 */ export default class YhwArticleLimitRN extends React.Component<Props> { state: YhwArticleLimitState; /** * 跳转逻辑 * @param item 记录项 */ onJumpHandle: (item: any) => void; render(): React.JSX.Element; }