@keen.io/ui-core
Version:
Keen visual components library
9 lines (8 loc) • 354 B
TypeScript
import { ButtonVariant } from '../../types';
declare type Props = {
isDisabled: boolean;
variant?: ButtonVariant;
};
export declare const StyledButton: import("styled-components").StyledComponent<"button", any, Props, never>;
export declare const IconSocket: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};