// Copyright (c) Meta Platforms, Inc. and affiliates.

/**
 * @file index.ts
 * @input Heading component source
 * @output Exports Heading and its props/types
 * @position Entry point for @astryxdesign/core/Heading subpath export
 */

export {
  Heading,
  type HeadingProps,
  type HeadingLevel,
  type HeadingType,
} from './Heading';
