fix(dropdown): strongly type translateWithId

This commit is contained in:
Eric Liu 2022-05-04 07:48:10 -07:00
commit 0fbb49b252
5 changed files with 38 additions and 30 deletions

View file

@ -3207,8 +3207,8 @@
{
"name": "translateWithId",
"kind": "let",
"description": "Override the default translation ids",
"type": "(id: any) => string",
"description": "Override the chevron icon label based on the open state.\nDefaults to \"Open menu\" when closed and \"Close menu\" when open",
"type": "(id: import(\"../ListBox/ListBoxMenuIcon.svelte\").ListBoxMenuIconTranslationId) => string",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,