UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

12 lines (11 loc) 302 B
export declare class GovRow { align: 'start' | 'center' | 'end' | 'stretch' | 'baseline'; justify: 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'; gap: string; reverse: boolean; classes: string; styles: { [key: string]: string; }; render(): any; }