4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { atom } from 'nanostores';
|
|
|
|
export const streamingState = atom<boolean>(false);
|