UNPKG

streamlit-component-lib-react-hooks

Version:

An npm package that provides support code for creating [Streamlit Components](https://docs.streamlit.io/en/stable/streamlit_components.html) with React and React Hooks.

6 lines (5 loc) 223 B
import { RenderData } from "streamlit-component-lib"; /** * Returns `RenderData` received from Streamlit after the first render event received. */ export declare const useNullableRenderData: () => RenderData | undefined;