oadp-material
Version:
oadp-material
11 lines (10 loc) • 385 B
TypeScript
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;