source:
src/components/iconify/types.ts
Last change on this file was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | import { IconifyIcon } from '@iconify/react'; |
2 | |
3 | // ---------------------------------------------------------------------- |
4 | |
5 | export type IconifyProps = IconifyIcon | string; |
Note:
See TracBrowser
for help on using the repository browser.