UNPKG

@telsystems/common

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