refactor: infer types from zod validation
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { RTETypeEnum } from "./enums"
|
||||
|
||||
import type { EmbedByUid } from "../components/jsontohtml"
|
||||
import type {
|
||||
Attributes,
|
||||
RTEAnchorAttrs,
|
||||
RTEAssetAttrs,
|
||||
RTELinkAttrs,
|
||||
} from "./attrs"
|
||||
import type { EmbedByUid } from "../components/jsontohtml"
|
||||
import type { RenderOptions } from "./option"
|
||||
|
||||
export interface RTEDefaultNode {
|
||||
|
||||
Reference in New Issue
Block a user