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.

5 lines (4 loc) 163 B
import * as React from "react"; export declare const ThemeProvider: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;