UNPKG

@patreon/studio

Version:

Patreon Studio Design System

4 lines (3 loc) 231 B
import React from 'react'; import type { ActionBarProps } from './types'; export declare function ActionBar({ icon, action, secondaryAction, messageDisplay, children, 'data-tag': dataTag, id, }: ActionBarProps): React.JSX.Element;