mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(structured-list): deprecate the border prop
This commit is contained in:
parent
231416fedf
commit
ababba1c42
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
*/
|
||||
export let selected = undefined;
|
||||
|
||||
/** Set to `true` to use the bordered variant */
|
||||
/**
|
||||
* Set to `true` to use the bordered variant
|
||||
* @deprecated
|
||||
*/
|
||||
export let border = false;
|
||||
|
||||
/** Set to `true` to use the condensed variant */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue