Skip to content

Commit

Permalink
Mention: Add show/hide to typescript and docs (#7242)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 24, 2024
1 parent 92cba95 commit e3dfef4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/lib/mention/mention.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ export declare class Mention extends React.Component<MentionProps, any> {
* Used to focus the component.
*/
public focus(): void;
/**
* Show the mention.
*/
public show(): void;
/**
* Hide the mention.
*/
public hide(): void;
/**
* Used to get container element.
* @return {HTMLDivElement} Container element
Expand Down

0 comments on commit e3dfef4

Please sign in to comment.