UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 278 B
import type { SFCWithInstall } from '../_util/interface'; import Alert from './alert'; export { alertProps } from './alert'; export type { AlertProps } from './alert'; type AlertType = SFCWithInstall<typeof Alert>; export declare const FAlert: AlertType; export default FAlert;