Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/Link/Link.stories"

Index

Variables

Object literals

Variables

TestIcon

TestIcon: any

Const stylableApi

stylableApi: string = `Stylable API---- :withIcon- :flexIcon- ::iconContainer- ::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

onClick

onClick: (...args: any[]) => void = action('click')

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