UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

13 lines (12 loc) 307 B
export declare const FORM_BUTTON_ALIGNMENTS: readonly ["left", "right"]; export type FormButtonAlignment = (typeof FORM_BUTTON_ALIGNMENTS)[number]; export declare const formSpacing: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; };