UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

6 lines (5 loc) 221 B
import type { Component } from 'svelte'; import type { AlertProps } from '../../types/index.js'; declare const Alert: Component<AlertProps, {}, "alertStatus">; type Alert = ReturnType<typeof Alert>; export default Alert;