@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
31 lines (30 loc) • 985 B
TypeScript
import { ITheming } from "../../theming";
export declare const PostTemplateStyles: {
dialogWidth: string;
wrapper: (theming: ITheming) => string;
likeAvatar: string;
editedCaption: string;
contentWrapper: (theming: ITheming) => string;
postCardDefaultStyling: (theming: ITheming) => string;
titleWrapper: string;
noticeReply: string;
editContentFooter: string;
footerWrapper: (theming: ITheming) => string;
title: (theming: ITheming) => string;
dateInfo: string;
editOptionsMenu: string;
removeReplyUserAction: string;
underlineWhenHover: string;
bestReply: string;
buttonOutline: {
$nest: {
"&:focus": {
outline: string;
};
};
};
personWrapper: (theming: ITheming) => string;
resemblePostCard: (theming: ITheming) => string;
reactiveThemeTextColor: (theming: ITheming) => string;
reactiveThemeTextFgColor: (theming: ITheming) => string;
};