@kaspersky/components
Version:
Kaspersky Design System UI Kit
9 lines (8 loc) • 564 B
TypeScript
/// <reference types="react" />
import { ActionButtonProps, ActionButtonViewProps } from './types.js';
export declare const StyledActionButton: import("styled-components").StyledComponent<"button", any, {
cssConfig: import("./types.js").ActionButtonCssConfig;
interactive?: boolean | undefined;
}, never>;
export declare const ActionButton: (rawProps: ActionButtonProps) => JSX.Element;
export declare const ActionButtonView: ({ children, className, size, type, interactive, icon, noIcon, testAttributes, ...props }: ActionButtonViewProps) => JSX.Element;