feat(multi-select): export multiSelectRef, fieldRef, selectionRef

This commit is contained in:
Eric Y Liu 2021-07-09 11:46:54 -07:00
commit aa5200cff5
5 changed files with 69 additions and 7 deletions

View file

@ -35,7 +35,7 @@ export interface FormGroupProps
/**
* Specify an id for the legend element
* @default ''
* @default ""
*/
legendId?: string;
}