Repository URL to install this package:
|
Version:
2.7.11 ▾
|
declare const fromSelectionToAttributes: (props: any, name: any) => {
name: any;
value: any;
list: never[];
readonly className: string;
};
export { fromSelectionToAttributes };
export default fromSelectionToAttributes;