Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/utils/bundleIcon.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
265 B
TypeScript

import type { FluentIcon } from './createFluentIcon';
/**
*
* Combine the Regular and Filled versions of icons
* Could be used to toggle between them on hover.
*/
export declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;