UNPKG

@telsystems/common

Version:
6 lines (5 loc) 120 B
/// <reference types="react" /> export interface IAppLayoutProps { children: JSX.Element; className?: string; }