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) 128 B
import { CSSProperties } from "react"; export type CommonStylingProps = { className?: string; style?: CSSProperties; };