hypothesis / frontend-shared

UI components and styles for Hypothesis front-end applications
https://patterns.hypothes.is
5 stars 2 forks source link

Allow OrderDirection type to be imported from the main entry point #1569

Closed acelaya closed 2 months ago

acelaya commented 2 months ago

This was an overlook in https://github.com/hypothesis/frontend-shared/pull/1564.

Exporting OrderDirection type in a way that it can be imported as import type { OrderDirection } from '@hypothesis/frontend-shared'.