@shopify/polaris
Version:
Shopify’s admin product component library
5 lines (4 loc) • 297 B
TypeScript
/// <reference types="react" />
import type { ComplexAction } from '../../types';
import { UnstyledButtonProps } from './UnstyledButton';
export declare function unstyledButtonFrom({ content, onAction, ...action }: ComplexAction, overrides?: Partial<UnstyledButtonProps>, key?: any): JSX.Element;