@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) • 334 B
TypeScript
import { Props } from "./Code.types";
export declare const CodeComponent: ({ children, theme, language, className, style, width, height, grow, copy, ...restProps }: Props) => import("react/jsx-runtime").JSX.Element;
export declare const Code: {
(props: Props): import("react/jsx-runtime").JSX.Element;
displayName: string;
};