import type { PropsWithChildren } from 'react'; import type { PressableProps as BasePressableProps } from '@shopify/admin-ui-extensions'; export type PressableProps = PropsWithChildren; export { Pressable } from './Pressable'; //# sourceMappingURL=index.d.ts.map