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.

9 lines (8 loc) 278 B
export declare const useStyles: (params: void, options?: import("@mantine/core").UseStylesOptions<string> | undefined) => { classes: { modal: string; title: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; };