UNPKG

@keen.io/ui-core

Version:

Keen visual components library

12 lines (11 loc) 266 B
import { FC } from 'react'; import { Layout } from '../../../types'; declare type Props = { type: Layout; size: number; borderRadius: number; colors: string[]; zeroPoint?: number; }; declare const Rail: FC<Props>; export default Rail;