diff --git a/components/lib/mention/mention.d.ts b/components/lib/mention/mention.d.ts index 9e9a7d311a..d9517e5542 100644 --- a/components/lib/mention/mention.d.ts +++ b/components/lib/mention/mention.d.ts @@ -305,6 +305,14 @@ export declare class Mention extends React.Component { * 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