@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
22 lines (18 loc) • 956 B
TypeScript
import { S as SeparatorRoot, a as SeparatorRootCommonProps, b as SeparatorRootOptions, c as SeparatorRootProps, d as SeparatorRootRenderProps } from './separator-root-cb685406.js';
declare const Separator: typeof SeparatorRoot;
declare const index_Separator: typeof Separator;
declare const index_SeparatorRootCommonProps: typeof SeparatorRootCommonProps;
declare const index_SeparatorRootOptions: typeof SeparatorRootOptions;
declare const index_SeparatorRootProps: typeof SeparatorRootProps;
declare const index_SeparatorRootRenderProps: typeof SeparatorRootRenderProps;
declare namespace index {
export {
SeparatorRoot as Root,
index_Separator as Separator,
index_SeparatorRootCommonProps as SeparatorRootCommonProps,
index_SeparatorRootOptions as SeparatorRootOptions,
index_SeparatorRootProps as SeparatorRootProps,
index_SeparatorRootRenderProps as SeparatorRootRenderProps,
};
}
export { Separator as S, index as i };