source: src/components/iconify/types.ts

main
Last change on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 171 bytes
Line 
1import { IconifyIcon } from '@iconify/react';
2
3// ----------------------------------------------------------------------
4
5export type IconifyProps = IconifyIcon | string;
Note: See TracBrowser for help on using the repository browser.