Updated TextInput.test; added forgotten files from previous

This commit is contained in:
Samuel Janda 2024-01-16 19:42:01 +11:00
commit a5c93a371d
3 changed files with 91 additions and 84 deletions

View file

@ -11,7 +11,7 @@ export interface TextInputSkeletonProps {
* Specify the div HTML attributes for the skeleton container
* @default {}
*/
divAttributes?: Record<string, string>;
divAttributes?: import("svelte/elements").HTMLDivAttributes;
}
export default class TextInputSkeleton extends SvelteComponentTyped<