Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<option value={value} selected={selected} class="bg-darkbg appearance-none">{@render children?.()}</option>
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
value: string;
|
||||
value: string | number;
|
||||
selected?: boolean;
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</select>
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
value: string;
|
||||
value: string | number;
|
||||
className?: string;
|
||||
size?: 'sm'|'md'|'lg'|'xl';
|
||||
children?: import('svelte').Snippet;
|
||||
|
||||
Reference in New Issue
Block a user