2025-12-10 12:02:17 +08:00

7 lines
264 B
TypeScript

export { default as NHeatmap } from './src/Heatmap';
export { heatmapProps } from './src/Heatmap';
export type { HeatmapProps } from './src/Heatmap';
export type * from './src/public-types';
export { heatmapMockData } from './src/utils';
export * from './styles';