@lion/select-rich
Version:
Provides a select with options that can contain html
14 lines (12 loc) • 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';