mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(text-input-skeleton)!: remove forwarded events, props
This commit is contained in:
parent
d7f0ed1947
commit
f7d8cd6e95
4 changed files with 9 additions and 60 deletions
14
types/TextInput/TextInputSkeleton.svelte.d.ts
vendored
14
types/TextInput/TextInputSkeleton.svelte.d.ts
vendored
|
@ -6,22 +6,10 @@ export interface TextInputSkeletonProps {
|
|||
* @default false
|
||||
*/
|
||||
hideLabel?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the div HTML attributes for the skeleton container
|
||||
* @default {}
|
||||
*/
|
||||
divAttributes?: import("svelte/elements").HTMLDivAttributes;
|
||||
}
|
||||
|
||||
export default class TextInputSkeleton extends SvelteComponentTyped<
|
||||
TextInputSkeletonProps,
|
||||
{
|
||||
click: WindowEventMap["click"];
|
||||
pointerup: WindowEventMap["pointerup"];
|
||||
pointerover: WindowEventMap["pointerover"];
|
||||
pointerenter: WindowEventMap["pointerenter"];
|
||||
pointerleave: WindowEventMap["pointerleave"];
|
||||
},
|
||||
Record<string, any>,
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue