UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

6 lines (5 loc) 225 B
import * as React from "react"; export type StateProviderProps = { children: React.ReactNode; }; export declare const ComponentStateProvider: ({ children }: StateProviderProps) => import("react/jsx-runtime").JSX.Element;