superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls
Jesse Yang 9cc96b96f4 chore: move @types/react to peerDependencies (#774)
* chore: move @types/react to peerDependencies

* chore: move react-bootstrap and react-loadable to peerDependencies, too
2021-11-26 11:46:39 +08:00
..
src chore: url prop for MetricOption should be optional (#775) 2021-11-26 11:46:39 +08:00
test refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00
package.json chore: move @types/react to peerDependencies (#774) 2021-11-26 11:46:39 +08:00
README.md refactor: rename control-utils to chart-controls (#620) 2021-11-26 11:46:28 +08:00
tsconfig.json refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00

@superset-ui/chart-controls

Version David (path)

Description

Example usage

import { xxx } from '@superset-ui/chart-controls';

API

fn(args)

  • Do something

Development

@data-ui/build-config is used to manage the build configuration for this package including babel builds, jest testing, eslint, and prettier.