UNPKG

react-7-segment-display-plus

Version:

A react component that simulates a 7-segment display

14 lines (13 loc) 304 B
export type SegmentStyleType = { id: string; clipPath: string; marginTop: number; marginLeft: number; transform: string; }; export declare const segmentStyle: { [key: string]: SegmentStyleType; }; export declare const skewedSegmentStyle: { [key: string]: SegmentStyleType; };