UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

11 lines 243 B
import { noop } from "./function"; /** * SSR: Graceful fallback for the `body` element */ export declare const mockBody: { classList: { add: typeof noop; remove: typeof noop; }; }; //# sourceMappingURL=object.d.ts.map