UNPKG

@telsystems/design

Version:
7 lines (6 loc) 147 B
import * as React from 'react'; export interface ILayoutProps { style?: React.CSSProperties; prefixCls?: string; className?: string; }