@teamsparta/stack-bottom-sheet
Version:
stack bottom sheet
23 lines (22 loc) • 1.52 kB
TypeScript
export { BottomSheetBody, BottomSheetBodyProps } from './BottomSheetBody.js';
export { BottomSheetButton, BottomSheetButtonProps } from './BottomSheetButton.js';
export { BottomSheetButtonGroup, BottomSheetButtonGroupProps } from './BottomSheetButtonGroup.js';
export { BottomSheetCaption, BottomSheetCaptionProps } from './BottomSheetCaption.js';
export { BottomSheetClose, BottomSheetCloseProps } from './BottomSheetClose.js';
export { BottomSheetCloseButton, BottomSheetCloseButtonProps } from './BottomSheetCloseButton.js';
export { BottomSheetContent, BottomSheetContentProps } from './BottomSheetContent.js';
export { BottomSheetDescription, BottomSheetDescriptionProps } from './BottomSheetDescription.js';
export { BottomSheetFooter, BottomSheetFooterProps } from './BottomSheetFooter.js';
export { BottomSheetHeader, BottomSheetHeaderProps } from './BottomSheetHeader.js';
export { BottomSheetOverlay, BottomSheetOverlayProps } from './BottomSheetOverlay.js';
export { BottomSheetRoot, BottomSheetRootProps } from './BottomSheetRoot.js';
export { BottomSheetSubTitle, BottomSheetSubTitleProps } from './BottomSheetSubTitle.js';
export { BottomSheetTitle, BottomSheetTitleProps } from './BottomSheetTitle.js';
export { BottomSheetTrigger, BottomSheetTriggerProps } from './BottomSheetTrigger.js';
import 'react';
import '@teamsparta/stack-button';
import '@teamsparta/stack-flex';
import '@teamsparta/stack-text';
import 'vaul';
import '@emotion/react/types/jsx-namespace';
import '@teamsparta/stack-tokens';