WolverinDEV 48b53e9de5 Updates
2021-05-01 23:38:36 +02:00

5 lines
200 B
TypeScript

import * as React from "react";
export declare const FontSizeObserver: React.MemoExoticComponent<(props: {
children: (fontSize: number) => React.ReactNode | React.ReactNode[];
}) => JSX.Element>;