UNPKG

matrix-react-sdk

Version:
14 lines (13 loc) 326 B
import React from "react"; interface IProps { title?: string; featureId: string; } interface IBetaPillProps { onClick?: () => void; tooltipTitle?: string; tooltipCaption?: string; } export declare const BetaPill: React.FC<IBetaPillProps>; declare const BetaCard: React.FC<IProps>; export default BetaCard;