UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

30 lines (29 loc) 948 B
import { ThemeStyling } from "../../../models"; import { ITheming } from "../../theming"; export declare const CommentLikeTemplateStyles: { dialogWidth: string; wrapper: (theming: ITheming) => string; likeAvatar: string; editedCaption: string; contentWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; titleWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; noticeReply: string; footerWrapper: (theming: ITheming, cardStyling: ThemeStyling) => string; replyAndLikeActionLink: string; title: (theming: ITheming) => string; dateInfo: string; editOptionsMenu: string; removeReplyUserAction: string; underlineWhenHover: string; bestReply: string; buttonOutline: { $nest: { "&:focus": { outline: string; }; }; }; personWrapper: string; mobileTextArea: string; errorMessage: string; };