Skip to content

Commit

Permalink
build: updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-un committed Jan 9, 2025
1 parent c4567c4 commit 96f6ede
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
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.

7 changes: 4 additions & 3 deletions dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ type MixInputValue = Tag | string
type MixInputValues = MixInputValue[][]

interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorContentProps, 'editor'> {
value: MixInputValues
value?: MixInputValues
placeholder?: string
onChange: (value: MixInputValues) => void
onChange?: (value: MixInputValues) => void
readonly?: boolean
tagClassName?: string
editorOptions?: UseEditorOptions
tagAttrs?: Record<string, string | undefined>
tagView?: (props: NodeViewProps) => React.ReactNode
immediatelyRender?: boolean
ref?: React.Ref<MixInputRef>
// multiline?: boolean
// showTagDeleteBtn?: boolean
}

interface MixInputRef {
Expand Down
7 changes: 4 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ type MixInputValue = Tag | string
type MixInputValues = MixInputValue[][]

interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorContentProps, 'editor'> {
value: MixInputValues
value?: MixInputValues
placeholder?: string
onChange: (value: MixInputValues) => void
onChange?: (value: MixInputValues) => void
readonly?: boolean
tagClassName?: string
editorOptions?: UseEditorOptions
tagAttrs?: Record<string, string | undefined>
tagView?: (props: NodeViewProps) => React.ReactNode
immediatelyRender?: boolean
ref?: React.Ref<MixInputRef>
// multiline?: boolean
// showTagDeleteBtn?: 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 96f6ede

Please sign in to comment.