UNPKG

302 BTypeScriptView Raw
1import type { Mutable } from './commonTypes';
2export declare function makeMutableUI<Value>(initial: Value): Mutable<Value>;
3declare function makeMutableWeb<Value>(initial: Value): Mutable<Value>;
4export declare const makeMutable: typeof makeMutableWeb;
5export {};
6//# sourceMappingURL=mutables.d.ts.map
\No newline at end of file