diff --git a/packages/components/src/molecules/Dropdown/contexts/DropdownContext.ts b/packages/components/src/molecules/Dropdown/contexts/DropdownContext.ts index 0ad7871bb9..8ada094460 100644 --- a/packages/components/src/molecules/Dropdown/contexts/DropdownContext.ts +++ b/packages/components/src/molecules/Dropdown/contexts/DropdownContext.ts @@ -32,12 +32,10 @@ export type DropdownContextState< * Function responsible for switch the the DropdownMenu state in this context. */ toggle?(): void - /** * Identifier to be used in aria-controls */ id: string - /** * Associates the dropdown trigger element's ref for managing its position and interaction events. */