@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
22 lines (18 loc) • 806 B
TypeScript
import { L as LinkRoot, a as LinkRootCommonProps, b as LinkRootOptions, c as LinkRootProps, d as LinkRootRenderProps } from './link-root-bf54d4f3.js';
declare const Link: typeof LinkRoot;
declare const index_Link: typeof Link;
declare const index_LinkRootCommonProps: typeof LinkRootCommonProps;
declare const index_LinkRootOptions: typeof LinkRootOptions;
declare const index_LinkRootProps: typeof LinkRootProps;
declare const index_LinkRootRenderProps: typeof LinkRootRenderProps;
declare namespace index {
export {
index_Link as Link,
index_LinkRootCommonProps as LinkRootCommonProps,
index_LinkRootOptions as LinkRootOptions,
index_LinkRootProps as LinkRootProps,
index_LinkRootRenderProps as LinkRootRenderProps,
LinkRoot as Root,
};
}
export { Link as L, index as i };