chore: editor images

This commit is contained in:
Aslam H
2024-10-30 04:08:59 +07:00
parent fa03facf64
commit 41743d6a22
12 changed files with 364 additions and 188 deletions

View File

@@ -183,4 +183,6 @@ export const filterFiles = <T extends FileInput>(
return [validFiles, errors]
}
export const randomId = (): string => Math.random().toString(36).slice(2, 11)
export * from "./isTextSelected"