UNPKG

@lax-wp/design-system

Version:

A comprehensive React + TypeScript design system built with Vite, providing reusable UI components for the LAX web portal applications. Features a complete set of form components, data display elements, and interactive controls with full TypeScript suppor

5 lines (4 loc) 181 B
import { type FC } from 'react'; import { type CodeEditorProps } from '../../../types'; export type TTabKey = 'JSON' | 'Grid'; export declare const CodeEditor: FC<CodeEditorProps>;