reconfigure package for ts-only consumption
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { scale } from 'svelte/transition';
|
||||
import Label from './Label.svelte';
|
||||
import { validate } from '@svelte-toolkit/validate';
|
||||
import { getLabel, getValue, type Option } from './util.js';
|
||||
import { getLabel, getValue, type Option } from './util';
|
||||
|
||||
interface Props extends RadioGroupProps {
|
||||
options: Option[];
|
||||
|
||||
Reference in New Issue
Block a user