UNPKG

@telsystems/design

Version:
7 lines (6 loc) 129 B
export interface ICenteredProps { horizontal?: boolean; vertical?: boolean; children: any; className?: string; }