UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

6 lines (3 loc) 166 B
import { PropsWithChildren, HTMLAttributes } from 'react'; type ActionBarProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>; export type { ActionBarProps };