mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
breaking: remove deprecated props and components (#1191)
This commit is contained in:
parent
ea7c0d446e
commit
21714d0e3a
55 changed files with 127 additions and 1823 deletions
6
types/NumberInput/NumberInput.svelte.d.ts
vendored
6
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -48,12 +48,6 @@ export interface NumberInputProps
|
|||
*/
|
||||
readonly?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to enable the mobile variant
|
||||
* @default false
|
||||
*/
|
||||
mobile?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to allow for an empty value
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue