mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Updated TextInput.test
; added forgotten files from previous
This commit is contained in:
parent
6d9f45b107
commit
a5c93a371d
3 changed files with 91 additions and 84 deletions
|
@ -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<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue