UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

7 lines (6 loc) 213 B
import type { ReactNode } from 'react'; interface GlobalActionsProps { children: ReactNode; } declare function GlobalActions({ children }: GlobalActionsProps): JSX.Element; export default GlobalActions;