UNPKG

gatsby-theme-zh

Version:
8 lines (7 loc) 186 B
import React from 'react'; interface Prop { updateView: (val: string) => void; view: string; } declare const ChartViewSwitcher: React.FC<Prop>; export default ChartViewSwitcher;