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