UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines (8 loc) 230 B
/** * Anything that relies on the underlying structure of the React implementation. */ export default class Mapping { $path: (value?: any) => any; $loading: (value?: any) => void; $navigate: (value?: any) => any; }