UNPKG

@synergycodes/axiom

Version:

A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.

7 lines (6 loc) 194 B
import { BaseButtonProps } from '../types'; import { Size } from '../../../shared/types/size'; export type NavBaseButtonProps = BaseButtonProps & { size?: Size; isSelected?: boolean; };