UNPKG

@activecollab/components

Version:

ActiveCollab Components

9 lines 293 B
import { FC } from "react"; export interface IScaleBarProps { /** Width prop can be string or number. */ width: string | number; /** Custom classname for styling. */ className?: string; } export declare const ScaleBar: FC<IScaleBarProps>; //# sourceMappingURL=ScaleBar.d.ts.map