Outlook_Addin_LLM/node_modules/@fluentui/react-icons/lib/utils/bundleIcon.d.ts

4 lines
167 B
TypeScript

import { FluentIcon } from "./createFluentIcon";
declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;
export default bundleIcon;