@ffsm/snapshot
Version:
React snapshot utilities for capturing and measuring DOM elements
7 lines • 421 B
TypeScript
export { useSnapshot, SnapshotError } from "./use-snapshot";
export type { UseSnapshotOptions, SnapshotMeasured, SnapshotSize } from "./use-snapshot";
export { withSnapshot } from "./with-snapshot";
export type { WithSnapshotProps, PropsWithContainer } from "./with-snapshot";
export { Snapshot } from "./snapshot";
export type { SnapshotProps, WithSnapshotOptions } from "./snapshot";
//# sourceMappingURL=index.d.ts.map