@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
24 lines (20 loc) • 1.21 kB
TypeScript
import { T as ToggleButtonRoot, a as ToggleButtonRootCommonProps, b as ToggleButtonRootOptions, c as ToggleButtonRootProps, d as ToggleButtonRootRenderProps, e as ToggleButtonRootState } from './toggle-button-root-1cfacf95.js';
declare const ToggleButton: typeof ToggleButtonRoot;
declare const index_ToggleButton: typeof ToggleButton;
declare const index_ToggleButtonRootCommonProps: typeof ToggleButtonRootCommonProps;
declare const index_ToggleButtonRootOptions: typeof ToggleButtonRootOptions;
declare const index_ToggleButtonRootProps: typeof ToggleButtonRootProps;
declare const index_ToggleButtonRootRenderProps: typeof ToggleButtonRootRenderProps;
declare const index_ToggleButtonRootState: typeof ToggleButtonRootState;
declare namespace index {
export {
ToggleButtonRoot as Root,
index_ToggleButton as ToggleButton,
index_ToggleButtonRootCommonProps as ToggleButtonRootCommonProps,
index_ToggleButtonRootOptions as ToggleButtonRootOptions,
index_ToggleButtonRootProps as ToggleButtonRootProps,
index_ToggleButtonRootRenderProps as ToggleButtonRootRenderProps,
index_ToggleButtonRootState as ToggleButtonRootState,
};
}
export { ToggleButton as T, index as i };