dlxj
todo: 基于 CUDA 13.0 编译
2517be1
Raw
History Blame Contribute Delete
315 Bytes
import Root from './alert.svelte';
import Description from './alert-description.svelte';
import Title from './alert-title.svelte';
export { alertVariants, type AlertVariant } from './alert.svelte';
export {
Root,
Description,
Title,
//
Root as Alert,
Description as AlertDescription,
Title as AlertTitle
};