@turquoisehealth/pit-viper 2.243.2-dev.0 → 2.243.2-dev.1

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.
@@ -1,6 +0,0 @@
1
- /** An option pinned in a sortable list: it can't be removed or reordered, and may carry a
2
- * tooltip explaining why it's locked. */
3
- export type LockedOption = {
4
- id: string;
5
- tooltip?: string;
6
- };
@@ -1,6 +0,0 @@
1
- /** An option pinned in a sortable list: it can't be removed or reordered, and may carry a
2
- * tooltip explaining why it's locked. */
3
- export type LockedOption = {
4
- id: string;
5
- tooltip?: string;
6
- };
@@ -1,6 +0,0 @@
1
- /** An option pinned in a sortable list: it can't be removed or reordered, and may carry a
2
- * tooltip explaining why it's locked. */
3
- export type LockedOption = {
4
- id: string;
5
- tooltip?: string;
6
- };