mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -07:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
import { Watchable } from '../utils'
|
|
|
|
export const mounted = new Watchable<boolean>(false)
|