UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

8 lines (7 loc) 166 B
export declare type Props = { label: string; position: 'top' | 'bottom' | 'left' | 'right'; className?: string; style?: Object; score: number; };