Skip to content

Commit

Permalink
build: update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-un committed Jan 18, 2025
1 parent 54cb2fe commit d115291
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorConte
value?: MixInputValues
placeholder?: string
onChange?: (value: MixInputValues) => void
readonly?: boolean
disabled?: boolean
tagClassName?: string
editorOptions?: UseEditorOptions
tagAttrs?: Record<string, string | undefined>
tagView?: (props: NodeViewProps) => React.ReactNode
immediatelyRender?: boolean
ref?: React.Ref<MixInputRef>
// multiline?: boolean
}

interface MixInputRef {
Expand Down
3 changes: 1 addition & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorConte
value?: MixInputValues
placeholder?: string
onChange?: (value: MixInputValues) => void
readonly?: boolean
disabled?: boolean
tagClassName?: string
editorOptions?: UseEditorOptions
tagAttrs?: Record<string, string | undefined>
tagView?: (props: NodeViewProps) => React.ReactNode
immediatelyRender?: boolean
ref?: React.Ref<MixInputRef>
// multiline?: boolean
}

interface MixInputRef {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d115291

Please sign in to comment.