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

@ -128,6 +128,18 @@ export interface MultiSelectProps
*/
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;
/**
* Specify the title text
* @default ""