remove proxy helper from public API

proxied-state-each-blocks
Rich Harris 9 months ago committed by Dominic Gannaway
parent 03288f50ef
commit ef6ee52f3d

@ -255,12 +255,4 @@ export function afterUpdate(fn) {
// TODO bring implementations in here
// (except probably untrack — do we want to expose that, if there's also a rune?)
export {
flushSync,
createRoot,
mount,
tick,
untrack,
onDestroy,
proxy
} from '../internal/index.js';
export { flushSync, createRoot, mount, tick, untrack, onDestroy } from '../internal/index.js';

Loading…
Cancel
Save