lion/packages/select-rich/index.js

13 lines
344 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';