UNPKG

@telsystems/common

Version:
6 lines (5 loc) 172 B
import * as React from 'react'; import { IPageProps } from './IPageProps'; export declare class Page extends React.PureComponent<IPageProps> { render(): JSX.Element; }