Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/Radio/Radio.stories"

Index

Variables

Object literals

Variables

Const stylableApi

stylableApi: "Stylable API---_empty_" = `Stylable API---_empty_`

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