1 2
export type DOM = { /* TODO */ }; export const domContext = () => () => { throw new Error('TODO') };