Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/Menu/Menu.stories"

Index

Variables

Object literals

Variables

Const stylableApi

stylableApi: "Stylable API---- ::button- ::item- ::itemSeparator" = `Stylable API---- ::button- ::item- ::itemSeparator`

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