feat(select-item): spread rest props, avoid $ variable name

This commit is contained in:
Eric Liu 2020-12-05 16:45:42 -08:00
commit 90bd2a10b7
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
/// <reference types="svelte" />
export interface SelectItemProps {
export interface SelectItemProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["option"]> {
/**
* Specify the option value
* @default ""