UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

11 lines (10 loc) 234 B
/** @ignore */ export interface IButtonConstants { repeatDelay: number; repeatInterval: number; iconSizeMap: { [key: string]: string; }; } /** @ignore */ export declare const buttonConstants: IButtonConstants;