UNPKG

@antv/f2

Version:

Charts for mobile visualization.

8 lines (7 loc) 262 B
import { Identity as IdentityScale, ScaleConfig } from '../deps/f2-scale/src'; import Base from './base'; declare class Identity extends Base { createScale(scaleConfig: ScaleConfig): IdentityScale; _mapping(): string | number; } export default Identity;