ui-ingredients
Version:
Headless component library for Svelte powered by zag
8 lines (7 loc) • 368 B
TypeScript
export { anatomy as alertAnatomy } from './Alert.anatomy.js';
export * as Alert from './Alert.js';
export * from './AlertContext.svelte.js';
export type { AlertDescriptionProps } from './AlertDescription.svelte';
export type { AlertProps } from './AlertRoot.svelte';
export type { AlertTitleProps } from './AlertTitle.svelte';
export * from './createAlert.svelte.js';