index.d.ts 756 B

12345678910111213141516
  1. export { SpaceLayer } from './spaceLayer';
  2. export { SpaceFlex } from './spaceFlex';
  3. export { View } from './view';
  4. export { Mark } from './mark';
  5. export { FacetRect } from './facetRect';
  6. export { RepeatMatrix } from './repeatMatrix';
  7. export { FacetCircle } from './facetCircle';
  8. export { TimingKeyframe } from './timingKeyframe';
  9. export type { SpaceLayerOptions } from './spaceLayer';
  10. export type { SpaceFlexOptions } from './spaceFlex';
  11. export type { ViewOptions } from './view';
  12. export type { MarkOptions } from './mark';
  13. export type { FacetRectOptions } from './facetRect';
  14. export type { RepeatMatrixOptions } from './repeatMatrix';
  15. export type { FacetCircleOptions } from './facetCircle';
  16. export type { TimingKeyframeOptions } from './timingKeyframe';