UNPKG

matrix-react-sdk

Version:
11 lines (10 loc) 299 B
/// <reference types="react" /> interface IProps { title?: string; featureId: string; } export declare const BetaPill: ({ onClick }: { onClick?: () => void; }) => JSX.Element; declare const BetaCard: ({ title: titleOverride, featureId }: IProps) => JSX.Element; export default BetaCard;