Variable: Piano
constPiano:object
Defined in: components/Piano/index.tsx:351
Customizable piano component.
Type Declaration
Other
Root
Root:
ForwardRefExoticComponent<PianoProps&Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref">, keyofPianoProps> &RefAttributes<PianoMethods>>
Piano
BlackKey
BlackKey:
ForwardRefExoticComponent<KeyProps&Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref">, keyofKeyProps> &RefAttributes<KeyMethods>>
KeyLabel()
KeyLabel: (
__namedParameters) =>false|Element
Parameters
__namedParameters
KeyLabelProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof KeyLabelProps>
Returns
false | Element
WhiteKey
WhiteKey:
ForwardRefExoticComponent<KeyProps&Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref">, keyofKeyProps> &RefAttributes<KeyMethods>>