UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

6 lines (5 loc) 123 B
export type FloatingActionBarProps = { children?: React.ReactNode; className?: string; dataTestId?: string; };