import { bind } from "astal"; import AstalBluetooth from "gi://AstalBluetooth"; const BTDevice = ({ device }: { device: AstalBluetooth.Device }) => { return ( ); }; export default BTDevice;