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
export { default as TabSwitch } from './TabSwitch'; export { Children as TabSwitchChildren } from './Children'; export { resolveTo } from './useResolveTo'; export * from './types';