// react: import { // react: default as React, } from 'react' // reusable-ui core: import { // a semantic management system for react web components: SemanticTag, SemanticRole, useSemantic, useTestSemantic, // a set of client-side functions: isClientSideLink, } from '@reusable-ui/core' // a set of reusable-ui packages which are responsible for building any component // reusable-ui components: import type { // react components: ActionControlProps, } from '@reusable-ui/action-control' // a base component // defaults: const _defaultSemanticTag : SemanticTag = ['button', 'a' ] // uses