@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
22 lines (18 loc) • 866 B
TypeScript
import { B as ButtonRoot, a as ButtonRootCommonProps, b as ButtonRootOptions, c as ButtonRootProps, d as ButtonRootRenderProps } from './button-root-da654b3e.js';
declare const Button: typeof ButtonRoot;
declare const index_Button: typeof Button;
declare const index_ButtonRootCommonProps: typeof ButtonRootCommonProps;
declare const index_ButtonRootOptions: typeof ButtonRootOptions;
declare const index_ButtonRootProps: typeof ButtonRootProps;
declare const index_ButtonRootRenderProps: typeof ButtonRootRenderProps;
declare namespace index {
export {
index_Button as Button,
index_ButtonRootCommonProps as ButtonRootCommonProps,
index_ButtonRootOptions as ButtonRootOptions,
index_ButtonRootProps as ButtonRootProps,
index_ButtonRootRenderProps as ButtonRootRenderProps,
ButtonRoot as Root,
};
}
export { Button as B, index as i };