# Import design tokens
imports:
  - '@ecl/eu-design-tokens/tokens/widths.yml'

# Export properties
props:
  - name: WIDTH_FORM_S
    value: '{!WIDTH_FORM_S}'
    comment: Width form S
    type: number
    category: width
  - name: WIDTH_FORM_M
    value: '{!WIDTH_FORM_M}'
    comment: Width form M
    type: number
    category: width
  - name: WIDTH_FORM_L
    value: '{!WIDTH_FORM_L}'
    comment: Width form L
    type: number
    category: width
