UNPKG

adminjs

Version:
4 lines (3 loc) 219 B
import { ActionJSON } from './action-json.interface.js'; export declare const actionHasDisabledComponent: (action: ActionJSON) => boolean; export declare const actionHasCustomComponent: (action: ActionJSON) => boolean;