UNPKG

@reusable-ui/typos

Version:

Texts, paragraphs, fonts and more.

24 lines (23 loc) 4.02 kB
import { CssSelectorCollection } from '@cssfn/core'; export declare const usesHeadingRule: <THeadings extends import("@cssfn/css-config").Refs<{ subOpacity: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Opacity> | null | undefined; foreg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Color> | null | undefined; marginInlineStart: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.MarginInlineStart<import("@cssfn/css-types").CssLength>> | null | undefined; marginInlineEnd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.MarginInlineEnd<import("@cssfn/css-types").CssLength>> | null | undefined; marginBlockStart: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.MarginBlockStart<import("@cssfn/css-types").CssLength>> | null | undefined; marginBlockEnd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.MarginBlockEnd<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize1: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize2: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize3: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize4: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize5: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontSize6: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontSize<import("@cssfn/css-types").CssLength>> | null | undefined; fontFamily: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontFamily> | null | undefined; fontWeight: import("@cssfn/css-types").CssComplexSingleValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontWeight> | null | undefined; fontStyle: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.FontStyle> | null | undefined; textDecoration: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.TextDecoration<import("@cssfn/css-types").CssLength>> | null | undefined; lineHeight: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.LineHeight<import("@cssfn/css-types").CssLength>> | null | undefined; }>>(cssProps: THeadings, selector: CssSelectorCollection, conditions?: CssSelectorCollection, levels?: number[]) => import("@cssfn/css-types").CssRule; declare const _default: () => import("@cssfn/css-types").CssScopeEntry<"">[]; export default _default;