UNPKG

cornell-glue-ui

Version:

Glue UI is Cornell WebDev's centralized UI component library. It implements our design system and serves as a single source of truth for React components used within our projects.

5 lines (4 loc) 255 B
/// <reference types="react" /> import { IButtonProps } from './Button'; export declare const OutlinedButton: ({ children, background, hoverBackground, color, startIcon, endIcon, ...rest }: IButtonProps) => JSX.Element; export default OutlinedButton;