UNPKG

lark-cms

Version:

Multi terminal CMS component library

9 lines (8 loc) 208 B
import React from "react"; interface Props { item?: any; layout?: string; loginUserInfo?: any; } declare function AuthorityTipsRN(props: Props): React.JSX.Element; export default AuthorityTipsRN;