UNPKG

@netdata/netdata-ui

Version:
9 lines (5 loc) 186 B
import { FC } from "react" import { MasterCardProps } from "./mastercard" declare const AlertMasterCard: FC<MasterCardProps> export { AlertMasterCard } export default AlertMasterCard