UNPKG

@tialro/rnbokit

Version:

<img width="493" alt="Screenshot 2023-11-24 at 15 43 41" src="static/sreenshot.jpeg">

14 lines (13 loc) 351 B
export default RnboInport; type RnboInport = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<Props>): void; }; declare const RnboInport: import("svelte").Component<{ tag: string; device: import("@rnbo/js").Device; }, {}, "">; type Props = { tag: string; device: import("@rnbo/js").Device; };