import { bind } from 'astal'; import { Gtk, Widget } from 'astal/gtk3'; import AstalBluetooth from 'gi://AstalBluetooth'; import Separator from '../misc/separator'; export default (dev: AstalBluetooth.Device) => { const rev = ( TODO: add buttons here ) as Widget.Revealer; const button = ( ); return ( {button} {rev} ); };