Run "yarn build docs"

This commit is contained in:
Eric Liu 2022-05-03 19:34:31 -07:00
commit e99c359441
4 changed files with 129 additions and 61 deletions

View file

@ -118,6 +118,18 @@ export interface ComboBoxProps
*/
translateWithId?: (id: any) => string;
/**
* Override the default translation ids for the menu
* @default undefined
*/
translateWithIdMenu?: (id: any) => string;
/**
* Override the default translation ids for the input
* @default undefined
*/
translateWithIdInput?: (id: any) => string;
/**
* Set an id for the list box component
* @default "ccs-" + Math.random().toString(36)