mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(dropdown): support warning state
This commit is contained in:
parent
8e5beeebad
commit
038dd3ad82
8 changed files with 112 additions and 6 deletions
1
types/FluidForm/FluidForm.d.ts
vendored
1
types/FluidForm/FluidForm.d.ts
vendored
|
@ -8,5 +8,6 @@ export default class FluidForm {
|
|||
default: {};
|
||||
};
|
||||
|
||||
$on(eventname: "submit", cb: (event: WindowEventMap["submit"]) => void): () => void;
|
||||
$on(eventname: string, cb: (event: Event) => void): () => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue