atmosphere explorer pds.ls
tool typescript atproto
at main 4 lines 161 B view raw
1import { createSignal } from "solid-js"; 2 3export const editorInstance = { view: null as any }; 4export const [placeholder, setPlaceholder] = createSignal<any>();