UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

17 lines (16 loc) 764 B
import { types } from "typestyle"; import { ITheming } from "../theming"; export declare const PostStyle: { postWrapper?: types.NestedCSSProperties; postWrapperDialog?: types.NestedCSSProperties; postCountWrapper?: (theming: ITheming) => types.NestedCSSProperties; replyWrapper?: types.NestedCSSProperties; showMoreExtraSpacingReply?: types.NestedCSSProperties; showMoreExtraSpacing?: types.NestedCSSProperties; topPostAvatarWrapper?: types.NestedCSSProperties; replyAvatarWrapper?: types.NestedCSSProperties; connectLine?: types.NestedCSSProperties; showMoreActionWrapper?: (theming: ITheming) => types.NestedCSSProperties; slimSpacing?: types.NestedCSSProperties; postAvatarWrapper?: types.NestedCSSProperties; };