5 lines
200 B
TypeScript
Raw Normal View History

import * as React from "react";
export declare const FontSizeObserver: React.MemoExoticComponent<(props: {
2021-05-01 23:38:36 +02:00
children: (fontSize: number) => React.ReactNode | React.ReactNode[];
}) => JSX.Element>;