// File: index.ts // Path: packages/ui/src/index.ts // Project: AI Risk Index — airiskindex.io // Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // Copyright © 2026 Simon-Pierre Boucher. All rights reserved. // // Description: Public exports of the shared UI package. export { ScoreBandPill, type ScoreBandProps } from "./score-band";