Skip to content

i-element / Option

Module: Option

Table of contents

Interfaces

Type Aliases

Type Aliases

OptionEmits

Ƭ OptionEmits: Object

选项组件的事件

Type declaration

NameType
click[value: OptionClickCallbackParams]
mouseenter[value: OptionValueType]
mouseleave[value: OptionValueType]

OptionInstance

Ƭ OptionInstance: InstanceType<typeof Option>


OptionValueType

Ƭ OptionValueType: string | number | Symbol | Boolean | object