kui-basic 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -318,9 +318,6 @@ interface InputProps
|
|
|
318
318
|
labelInlineStyles?: string
|
|
319
319
|
message?: string | null
|
|
320
320
|
messageVariant?: InputMessageVariant
|
|
321
|
-
errorMessage?: string | null
|
|
322
|
-
warningMessage?: string | null
|
|
323
|
-
successMessa
|
|
324
321
|
inputValue?: string | number | undefined
|
|
325
322
|
type?: HTMLInputTypeAttribute
|
|
326
323
|
}
|