UNPKG

@kalamazoo/button

Version:

A React component that is a base button.

11 lines (10 loc) 301 B
import React from 'react'; interface Props { followsIcon: boolean; spacing: string; children?: React.ReactNode; isLoading?: boolean; testId?: string; } declare const _default: ({ children, followsIcon, spacing, isLoading, ...rest }: Props) => JSX.Element; export default _default;