5 lines
214 B
TypeScript
5 lines
214 B
TypeScript
|
|
import type { ResolvedMetadata } from '../types/metadata-interface';
|
||
|
|
export declare function IconsMetadata({ icons }: {
|
||
|
|
icons: ResolvedMetadata['icons'];
|
||
|
|
}): import("react/jsx-runtime").JSX.Element[][] | null;
|