UNPKG

@aliretail/react-materials-components

Version:
10 lines (9 loc) 259 B
import * as React from 'react'; export interface EditProps { keys?: any[]; type?: any; onClick?: (e?: React.MouseEvent) => void; onFetchGoodsInfo: (params?: any) => Promise<any>; } declare const Edit: React.FC<EditProps>; export default Edit;