@prefecthq/prefect-ui-library 2.4.2 → 2.4.3

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,14 +0,0 @@
1
- import { Ref } from 'vue';
2
- type UseOffsetStickyRootMargin = {
3
- margin: Ref<string>;
4
- };
5
- /**
6
- * The useOffsetStickyRootMargin composition is used to provide a rootMargin
7
- * value for sticky headers that are intended to align with the top of the page,
8
- * or just below the mobile nav on smaller screens. Use in conjunction with
9
- * prefect-design's <p-layout-table> component or the usePositionStickyObserver
10
- * composition from vue-compositions.
11
- * @returns UseOffsetStickyRootMargin
12
- */
13
- export declare function useOffsetStickyRootMargin(): UseOffsetStickyRootMargin;
14
- export {};