@alifd/next
Version:
A configurable component library for web built on React.
6 lines (5 loc) • 336 B
TypeScript
import { type CSSProperties } from 'react';
import type { TrackCSSProps, TrackLeftProps } from './../../types';
export declare const getTrackCSS: (spec: TrackCSSProps) => CSSProperties;
export declare const getTrackAnimateCSS: (spec: TrackCSSProps) => CSSProperties;
export declare const getTrackLeft: (spec: TrackLeftProps) => number;