feat(dev): Added react docs for Pattern + refactor
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
This commit is contained in:
parent
d0baf7cece
commit
22a89f12d3
50 changed files with 1816 additions and 669 deletions
|
@ -3,6 +3,12 @@ import * as _echarts from 'echarts'
|
|||
import ReactECharts from 'echarts-for-react'
|
||||
import { Popout } from '@freesewing/react/components/Popout'
|
||||
|
||||
/**
|
||||
* Re-export of Apache Echarts
|
||||
*
|
||||
* @public
|
||||
* @constant
|
||||
*/
|
||||
export const echarts = _echarts
|
||||
|
||||
echarts.registerTheme('light', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue