reconfigure package for ts-only consumption
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
type InputValidatorEvent,
|
||||
type ValidatorOptions
|
||||
} from '@svelte-toolkit/validate';
|
||||
import { generateIdentifier } from './util.js';
|
||||
import { generateIdentifier } from './util';
|
||||
|
||||
type $Props = Omit<HTMLInputAttributes, 'name' | 'value'> & {
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user