@mui/internal-docs-infra
Version:
MUI Infra - internal documentation creation tools.
6 lines • 373 B
JavaScript
// Client loading: stream a list of chunks in on the client and coordinate their
// swaps. Sits above `Chunk` (a single piece) and is the client-driven sibling of
// `abstractCreateStream` (server/build loading).
export { useStream } from "./useStream.mjs";
export { useStreamController } from "./useStreamController.mjs";
export { streamChunks } from "./streamChunks.mjs";