UNPKG

@thoughtbot/trix-mentions-element

Version:

Activates a suggestion menu to embed attachments as you type.

8 lines (7 loc) 207 B
import TrixMentionsElement from './trix-mentions-element'; export { TrixMentionsElement as default }; declare global { interface Window { TrixMentionsElement: typeof TrixMentionsElement; } }