@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
83 lines (79 loc) • 5.31 kB
TypeScript
import { D as DialogRoot, a as DialogCloseButton, b as DialogContent, c as DialogDescription, d as DialogOverlay, e as DialogPortal, f as DialogTitle, g as DialogTrigger, h as DialogCloseButtonCommonProps, i as DialogCloseButtonOptions, j as DialogCloseButtonProps, k as DialogCloseButtonRenderProps, l as DialogContentCommonProps, m as DialogContentOptions, n as DialogContentProps, o as DialogContentRenderProps, p as DialogDescriptionCommonProps, q as DialogDescriptionOptions, r as DialogDescriptionProps, s as DialogDescriptionRenderProps, t as DialogOverlayCommonProps, u as DialogOverlayOptions, v as DialogOverlayProps, w as DialogOverlayRenderProps, x as DialogPortalProps, y as DialogRootOptions, z as DialogRootProps, A as DialogTitleCommonProps, B as DialogTitleOptions, C as DialogTitleProps, E as DialogTitleRenderProps, F as DialogTriggerCommonProps, G as DialogTriggerOptions, H as DialogTriggerProps, I as DialogTriggerRenderProps } from './dialog-trigger-5832944b.js';
declare const Dialog: typeof DialogRoot & {
CloseButton: typeof DialogCloseButton;
Content: typeof DialogContent;
Description: typeof DialogDescription;
Overlay: typeof DialogOverlay;
Portal: typeof DialogPortal;
Title: typeof DialogTitle;
Trigger: typeof DialogTrigger;
};
declare const index_Dialog: typeof Dialog;
declare const index_DialogCloseButtonCommonProps: typeof DialogCloseButtonCommonProps;
declare const index_DialogCloseButtonOptions: typeof DialogCloseButtonOptions;
declare const index_DialogCloseButtonProps: typeof DialogCloseButtonProps;
declare const index_DialogCloseButtonRenderProps: typeof DialogCloseButtonRenderProps;
declare const index_DialogContentCommonProps: typeof DialogContentCommonProps;
declare const index_DialogContentOptions: typeof DialogContentOptions;
declare const index_DialogContentProps: typeof DialogContentProps;
declare const index_DialogContentRenderProps: typeof DialogContentRenderProps;
declare const index_DialogDescriptionCommonProps: typeof DialogDescriptionCommonProps;
declare const index_DialogDescriptionOptions: typeof DialogDescriptionOptions;
declare const index_DialogDescriptionProps: typeof DialogDescriptionProps;
declare const index_DialogDescriptionRenderProps: typeof DialogDescriptionRenderProps;
declare const index_DialogOverlayCommonProps: typeof DialogOverlayCommonProps;
declare const index_DialogOverlayOptions: typeof DialogOverlayOptions;
declare const index_DialogOverlayProps: typeof DialogOverlayProps;
declare const index_DialogOverlayRenderProps: typeof DialogOverlayRenderProps;
declare const index_DialogPortalProps: typeof DialogPortalProps;
declare const index_DialogRootOptions: typeof DialogRootOptions;
declare const index_DialogRootProps: typeof DialogRootProps;
declare const index_DialogTitleCommonProps: typeof DialogTitleCommonProps;
declare const index_DialogTitleOptions: typeof DialogTitleOptions;
declare const index_DialogTitleProps: typeof DialogTitleProps;
declare const index_DialogTitleRenderProps: typeof DialogTitleRenderProps;
declare const index_DialogTriggerCommonProps: typeof DialogTriggerCommonProps;
declare const index_DialogTriggerOptions: typeof DialogTriggerOptions;
declare const index_DialogTriggerProps: typeof DialogTriggerProps;
declare const index_DialogTriggerRenderProps: typeof DialogTriggerRenderProps;
declare namespace index {
export {
DialogCloseButton as CloseButton,
DialogContent as Content,
DialogDescription as Description,
index_Dialog as Dialog,
index_DialogCloseButtonCommonProps as DialogCloseButtonCommonProps,
index_DialogCloseButtonOptions as DialogCloseButtonOptions,
index_DialogCloseButtonProps as DialogCloseButtonProps,
index_DialogCloseButtonRenderProps as DialogCloseButtonRenderProps,
index_DialogContentCommonProps as DialogContentCommonProps,
index_DialogContentOptions as DialogContentOptions,
index_DialogContentProps as DialogContentProps,
index_DialogContentRenderProps as DialogContentRenderProps,
index_DialogDescriptionCommonProps as DialogDescriptionCommonProps,
index_DialogDescriptionOptions as DialogDescriptionOptions,
index_DialogDescriptionProps as DialogDescriptionProps,
index_DialogDescriptionRenderProps as DialogDescriptionRenderProps,
index_DialogOverlayCommonProps as DialogOverlayCommonProps,
index_DialogOverlayOptions as DialogOverlayOptions,
index_DialogOverlayProps as DialogOverlayProps,
index_DialogOverlayRenderProps as DialogOverlayRenderProps,
index_DialogPortalProps as DialogPortalProps,
index_DialogRootOptions as DialogRootOptions,
index_DialogRootProps as DialogRootProps,
index_DialogTitleCommonProps as DialogTitleCommonProps,
index_DialogTitleOptions as DialogTitleOptions,
index_DialogTitleProps as DialogTitleProps,
index_DialogTitleRenderProps as DialogTitleRenderProps,
index_DialogTriggerCommonProps as DialogTriggerCommonProps,
index_DialogTriggerOptions as DialogTriggerOptions,
index_DialogTriggerProps as DialogTriggerProps,
index_DialogTriggerRenderProps as DialogTriggerRenderProps,
DialogOverlay as Overlay,
DialogPortal as Portal,
DialogRoot as Root,
DialogTitle as Title,
DialogTrigger as Trigger,
};
}
export { Dialog as D, index as i };