@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
31 lines (30 loc) • 998 B
TypeScript
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;
searchBoxContrast: (dark: boolean) => string;
};