UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

9 lines (8 loc) 266 B
import { useAdaptable } from '../../AdaptableContext'; export const useCustomIcon = (icon) => { const adaptable = useAdaptable(); if (!icon) { return icon; } return adaptable.api.userInterfaceApi.internalApi.prepareAdaptableIconDef(icon); };