mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(multi-select): export multiSelectRef, fieldRef, selectionRef
This commit is contained in:
parent
b8786956e2
commit
aa5200cff5
5 changed files with 69 additions and 7 deletions
2
types/FormGroup/FormGroup.d.ts
vendored
2
types/FormGroup/FormGroup.d.ts
vendored
|
@ -35,7 +35,7 @@ export interface FormGroupProps
|
|||
|
||||
/**
|
||||
* Specify an id for the legend element
|
||||
* @default ''
|
||||
* @default ""
|
||||
*/
|
||||
legendId?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue