UNPKG

recharts

Version:
12 lines (11 loc) 394 B
import { RechartsTheme } from './RechartsTheme'; /** * This is the theme as was the default in 2.x and 3.x branches. * * It's not very consistent, colors are all over the place and overall exists only for backwards compatibility. * Prefer to use either {@link lightTheme} or {@link darkTheme} instead. * * @deprecated * @experimental */ export declare const legacyTheme: RechartsTheme;