UNPKG

@skyux/indicators

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (7 loc) 208 B
import { SkyIndicatorIconType } from './indicator-icon-type'; /** * @internal */ export declare class SkyIndicatorIconUtility { static getIconNameForType(indicatorType: SkyIndicatorIconType): string; }