UNPKG

oadp-material

Version:
11 lines (10 loc) 385 B
import React from 'react'; export interface OadpAttributeSettingTransferProps { attributeShowDataSource?: string[]; attributeDataSource?: any[]; onOpen?: () => void; onConfirm?: (values: string[]) => void; __designMode?: string; } declare const OadpAttributeSettingTransfer: React.FC<OadpAttributeSettingTransferProps>; export default OadpAttributeSettingTransfer;