UNPKG

victory-core

Version:
9 lines 203 B
import { grayscale } from "./grayscale"; import { material } from "./material"; import { clean } from "./clean"; export * from "./types"; export const VictoryTheme = { grayscale, material, clean };