UNPKG

@skyux/core

Version:

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

8 lines (7 loc) 97 B
/** * @internal */ export interface SkyNumericSymbol { value: number; label: string; }