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.

3 lines (2 loc) 157 B
import { CSSObject, MantineTheme } from "@mantine/core"; export declare const getEditIconStyle: (theme: MantineTheme, backgroundColor: string) => CSSObject;