UNPKG

cozy-search

Version:

UI components about search bar and IA assistant

6 lines (5 loc) 224 B
export default makeActionComponent; declare function makeActionComponent(label: any, icon: any, { className }?: { className: any; }): React.ForwardRefExoticComponent<React.RefAttributes<any>>; import React from 'react';