Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/FormGroup/FormGroup.stories"

Index

Variables

Object literals

Variables

TestIcon

TestIcon: any

Const stylableApi

stylableApi: string = `Stylable API---- :withIcon- ::label- ::input- :flex${buildInfo([{values: AlignSideValues,prefix: ':',postfix: 'icon',indent: 1}])}- ::description- ::icon${buildInfo([{values: AlignSideValues,prefix: ':',postfix: 'align',indent: 1}])}`

Object literals

Const events

events: object

onBlur

onBlur: (...args: any[]) => void = action('blur')

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

onChange

onChange: (...args: any[]) => void = action('change')

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

onFocus

onFocus: (...args: any[]) => void = action('focus')

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

Generated using TypeDoc