UNPKG

@octopusdeploy/design-system-components

Version:
6 lines (5 loc) 236 B
/** * The maximum width shared by design-system form fields (`TextField`, `Textarea`, `Select`, ...). * Exported so layouts composed from these fields can align to the same width. */ export declare const formFieldMaxWidth = "600px";