UNPKG

@saas-ui/layout

Version:

Saas UI Layout components for Chakra UI

10 lines 477 B
import { LinkProps } from '@chakra-ui/react'; export type { LinkProps }; /** * Chakra UI `Link` component wrapped in a router specific link component. * Falls back to a plain `Link` if no Saas UI context is available or no `linkComponent` is configured * The router link component can be configured in `SaasProvider`. * */ export declare const Link: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"a", LinkProps>; //# sourceMappingURL=link.d.ts.map