@lunalytics/ui
Version:
React based component library created to be used in Lunalytics
7 lines (6 loc) • 304 B
TypeScript
import { ButtonProps } from '../../types/components/button.types';
declare const Button: {
({ children, iconLeft, iconRight, color, variant, fullWidth, theme, tabIndex, as: Wrapper, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export default Button;