UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

11 lines (10 loc) 297 B
import React from "react"; import { ListItem } from "../../../typescript"; declare const handleMenuProps: ({ props, model }: any) => { key: string; title: string; width: string; align: string; render: (record: ListItem) => React.JSX.Element; }; export default handleMenuProps;