UNPKG

cozy-search

Version:

UI components about search bar and IA assistant

11 lines (10 loc) 275 B
export function share({ t }: { t: any; }): { name: string; icon: typeof Share; label: any; Component: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>; action: () => void; }; import { Share } from '@linagora/twake-icons';