Add lib export: createUuidv4 (#800)

This commit is contained in:
filtered
2025-03-18 00:39:19 +11:00
committed by GitHub
parent 1579b5ea71
commit 0b4b420445

View File

@@ -141,3 +141,4 @@ export type {
} from "./types/serialisation"
export type { IWidget } from "./types/widgets"
export { isColorable } from "./utils/type"
export { createUuidv4 } from "./utils/uuid"