mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
674253b7bf
commit
56625762c7
6 changed files with 39 additions and 33 deletions
2
types/Slider/Slider.svelte.d.ts
vendored
2
types/Slider/Slider.svelte.d.ts
vendored
|
@ -126,11 +126,11 @@ export interface SliderProps extends RestProps {
|
|||
export default class Slider extends SvelteComponentTyped<
|
||||
SliderProps,
|
||||
{
|
||||
change: CustomEvent<number>;
|
||||
click: WindowEventMap["click"];
|
||||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
change: CustomEvent<any>;
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue