Skip to main content

Variable: Piano

const Piano: 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">, keyof PianoProps> & RefAttributes<PianoMethods>>

Piano

BlackKey

BlackKey: ForwardRefExoticComponent<KeyProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof KeyProps> & 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">, keyof KeyProps> & RefAttributes<KeyMethods>>