|
|
|
@ -1,10 +1,11 @@ |
|
|
|
|
/* eslint-disable no-use-before-define */ |
|
|
|
|
/* eslint-disable @typescript-eslint/no-unused-vars */ |
|
|
|
|
import React, { useEffect } from 'react' |
|
|
|
|
import { Plugin } from '@remixproject/engine' |
|
|
|
|
import { IconRecord } from '../types' |
|
|
|
|
import Icon from './Icon' |
|
|
|
|
interface OtherIconsProps { |
|
|
|
|
verticalIconsPlugin: any |
|
|
|
|
verticalIconsPlugin: Plugin<any, any> |
|
|
|
|
itemContextAction: (e: any, name: string, documentation: string) => Promise<void> |
|
|
|
|
icons: IconRecord[] |
|
|
|
|
theme: string |
|
|
|
|