Skip to content

Commit

Permalink
chore(types): Update organization list in jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Sep 8, 2023
1 parent 64cee63 commit c12384a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/clerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,14 @@ export interface Clerk {
unmountOrganizationSwitcher: (targetNode: HTMLDivElement) => void;

/**
* Mount an organization switcher component at the target element.
* Mount an organization list component at the target element.
* @param targetNode Target to mount the OrganizationList component.
* @param props Configuration parameters.
*/
mountOrganizationList: (targetNode: HTMLDivElement, props?: OrganizationListProps) => void;

/**
* Unmount the organization profile component from the target node.*
* Unmount the organization list component from the target node.*
* @param targetNode Target node to unmount the OrganizationList component from.
*/
unmountOrganizationList: (targetNode: HTMLDivElement) => void;
Expand Down

0 comments on commit c12384a

Please sign in to comment.