1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-25 07:47:55 +01:00

18 lines
302 B
React
Raw Normal View History

import Component from './Component.jsx';
/**
* The `Page` component
*
* @abstract
*/
export default class Page extends Component {
page: {
component: string,
locale: string,
props: {...},
url: string,
version: string,
...
} = JSON.parse($('#app').attr('data-page'));
}