UNPKG

@violetprotocol/nudge-components

Version:

Components for Nudge's websites and applications.

11 lines (10 loc) 276 B
/// <reference types="react" /> export type GaugeHorizontalProps = { className?: string; color?: string; bgColor?: string; strokeWidth?: number; length?: number; percent: number; }; export declare const GaugeHorizontal: React.FC<GaugeHorizontalProps>;