@thoughtbot/trix-mentions-element
Version:
Activates a suggestion menu to embed attachments as you type.
6 lines (5 loc) • 300 B
TypeScript
export declare type FrameElement = HTMLElement & {
loaded: Promise<void> | null;
};
export declare function getFrameElementById(id: string | null): FrameElement | null;
export declare function setSearchParam(element: FrameElement, src: string | null, name: string, value: string): Promise<void>;