react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
11 lines • 421 B
JavaScript
/**
* Anything that relies on the underlying structure of the React implementation.
*/
export default class Mapping {
constructor() {
this.$path = () => console.log('$path: not mapped correctly');
this.$loading = () => console.log('$loading: not mapped correctly');
this.$navigate = () => console.log('$navigate: not mapped correctly');
}
}
//# sourceMappingURL=Mapping.js.map