mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-10 14:13:19 +00:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { atom } from 'nanostores';
|
|
|
|
export const streamingState = atom<boolean>(false);
|