reconfigure package for ts-only consumption

This commit is contained in:
Elijah Duffy
2025-07-03 15:06:05 -07:00
parent 3a423e73c2
commit c660d193be
13 changed files with 21 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
import Combobox, { type ComboboxItem } from './Combobox.svelte';
import StyledRawInput from './StyledRawInput.svelte';
import { AsYouType, type PhoneNumber, type CountryCode } from 'libphonenumber-js';
import { generateIdentifier } from './util.js';
import { generateIdentifier } from './util';
import type { ClassValue } from 'svelte/elements';
interface Props {