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

3 lines (2 loc) 124 B
export { MoreButton } from './MoreButton'; export type { MoreButtonProps, MoreButtonSize, TabVariant } from './MoreButton';