/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ /** Form-field visual treatment: `outline` = bordered (default), `fill` = borderless muted background. */ export type AppFieldAppearance = 'outline' | 'fill';