voidSheet
An sheet placeholder which performs no operations. Useful for avoiding errors in a non-browser environment.
const voidSheet: () => Sheet<null>;
An sheet placeholder which performs no operations. Useful for avoiding errors in a non-browser environment.