Type Alias: BluetoothConnectionButtonProps
BluetoothConnectionButtonProps =
object
Defined in: lib/bluetooth/BluetoothConnectionButton.tsx:8
Props for the BluetoothConnectionButton component.
Properties
buttonClass?
optionalbuttonClass:string
Defined in: lib/bluetooth/BluetoothConnectionButton.tsx:12
Additional CSS classes for the button container.
label?
optionallabel:string
Defined in: lib/bluetooth/BluetoothConnectionButton.tsx:10
The text to display on the button. Defaults to 'Connect using Bluetooth'.
textClass?
optionaltextClass:string
Defined in: lib/bluetooth/BluetoothConnectionButton.tsx:14
Additional CSS classes for the button text.