lion/packages/select-rich/index.js
2020-09-09 12:21:22 +02:00

12 lines
343 B
JavaScript

/**
* @deprecated
* Import here for backwards compatibility
*/
export { LionOptions } from '@lion/listbox';
/**
* @deprecated
* Import here for backwards compatibility
*/
export { LionOption } from '@lion/listbox';
export { LionSelectRich } from './src/LionSelectRich.js';
export { LionSelectInvoker } from './src/LionSelectInvoker.js';