UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

10 lines (9 loc) 248 B
import React from "react"; declare const handleActionProps: ({ props, model }: any) => { key: string; title: string; width: string; align: string; render: (record: any) => React.JSX.Element; }; export default handleActionProps;