Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kaos/dashboard / dist / esm / components2 / Actions / Actions.d.ts
Size: Mime:
/// <reference types="react" />
import { IActionItem as ActionItemProps, ActionsProps } from './Actions.types';
export declare const ActionItem: (actionItem: ActionItemProps) => JSX.Element;
declare const Actions: {
    ({ primary: _primary, secondary: _secondary, tertiary: _tertiary, fourth: _fourth, collapsed: _collapsed, nonCollapsibles: _nonCollapsibles, collapsibles: _collapsibles, size, children }: ActionsProps): JSX.Element;
    Item: (actionItem: ActionItemProps) => JSX.Element;
};
export default Actions;