This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
/**
|
|
* @deprecated
|
|
* Import here for backwards compatibility
|
|
*/
|
|
import '@lion/listbox/lion-options';
|