Interface: KeyLabelProps
Defined in: components/Piano/KeyLabel.tsx:5
Properties
__index?
optional
__index:number
Defined in: components/Piano/KeyLabel.tsx:17
Internal
__label()?
optional
__label: (note
,index
) =>ReactNode
Defined in: components/Piano/KeyLabel.tsx:19
Internal
Parameters
note
number
index
number
Returns
ReactNode
__note?
optional
__note:number
Defined in: components/Piano/KeyLabel.tsx:15
Internal
label()?
optional
label: (note
,index
) =>ReactNode
Defined in: components/Piano/KeyLabel.tsx:9
override Piano.label
Parameters
note
number
index
number
Returns
ReactNode
wrapperClassName?
optional
wrapperClassName:string
Defined in: components/Piano/KeyLabel.tsx:11
wrapperStyle?
optional
wrapperStyle:CSSProperties
Defined in: components/Piano/KeyLabel.tsx:12