Repository URL to install this package:
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
abstractions
/
Order
/
ActionButtons
/
renderProps.d.ts
|
---|
/// <reference types="react" />
import { ActionButtonProps } from './typings';
declare function renderButtons(props: ActionButtonProps): JSX.Element;
declare function renderWrapper(props: ActionButtonProps): JSX.Element;
export { renderWrapper, renderButtons };