@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.
7 lines (6 loc) • 370 B
TypeScript
import { StackProps } from "./Stack.types";
export declare const StackComponent: ({ children, direction, justify, align, spacing, wrap, scroll, sx, className, style, width, height, grow, }: StackProps) => import("react/jsx-runtime").JSX.Element;
export declare const Stack: {
(props: StackProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};