Lib: Update lazydropdown props name to differentiate from non-lazy dropdown
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
export interface LazyDropdownOption {
|
import { type DropdownOption } from "$lib/components";
|
||||||
|
|
||||||
|
export interface LazyDropdownOption extends DropdownOption {
|
||||||
/** The label displayed in the list of options. */
|
/** The label displayed in the list of options. */
|
||||||
label: string;
|
label: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user