fix(structured-list): deprecate the border prop

This commit is contained in:
Eric Y Liu 2021-06-26 08:53:52 -07:00
commit ababba1c42

View file

@ -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 */