mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { atom } from 'nanostores';
|
|
|
|
export const streamingState = atom<boolean>(false);
|