UNPKG

@superset-ui/core

Version:
8 lines 354 B
import { Registry } from '../..'; import { TransformProps } from '../types/TransformFunction'; declare class ChartTransformPropsRegistry extends Registry<TransformProps<any>> { constructor(); } declare const getInstance: () => ChartTransformPropsRegistry; export default getInstance; //# sourceMappingURL=ChartTransformPropsRegistrySingleton.d.ts.map