UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 333 B
/// <reference types="react" /> import { ComplexAction } from '../../types'; import { UnstyledButtonProps } from './UnstyledButton'; export declare function unstyledButtonFrom({ content, onAction, ...action }: ComplexAction, overrides?: Partial<UnstyledButtonProps>, key?: any): JSX.Element; //# sourceMappingURL=utils.d.ts.map