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.

4 lines (3 loc) 225 B
import { ContainerProps as MantineContainerProps } from "@mantine/core"; export type ContainerProps = MantineContainerProps; export declare const Container: (props: ContainerProps) => import("react/jsx-runtime").JSX.Element;