UNPKG

@glance-networks/agent-plugin

Version:

Glance Networks Agent Plugin

10 lines (9 loc) 285 B
import { ICON_SIZES } from "./helpers"; /** * @name ICON_WEIGHTS * @description Supported icon weights */ declare const ICON_WEIGHTS: string[]; declare const DEFAULT_SIZE: any; declare const DEFAULT_WEIGHT: string; export { ICON_SIZES, ICON_WEIGHTS, DEFAULT_SIZE, DEFAULT_WEIGHT };