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