UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

6 lines (5 loc) 207 B
/// <reference types="react" /> import "./TrafficLights.scss"; import { Props } from "./TrafficLights.types"; export declare const TrafficLights: (props: Props) => JSX.Element; export default TrafficLights;