@turquoisehealth/pit-viper 2.55.0-alpha.1 → 2.55.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.55.0-alpha.1",
3
+ "version": "2.55.0-alpha.2",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -315,7 +315,7 @@ declare enum MenuItemType {
315
315
  radio = "radio"
316
316
  }
317
317
 
318
- declare interface MenuOption {
318
+ export declare interface MenuOption {
319
319
  id: string;
320
320
  text: string;
321
321
  subText?: string;