UNPKG

@xyo-network/react-archivist

Version:

Common React library for all XYO projects that use React

6 lines 372 B
import type { CardContentProps } from '@mui/material'; import type { ArchivistInstance } from '@xyo-network/archivist-model'; import type { ModuleRenderProps } from '@xyo-network/react-module'; import React from 'react'; export declare const ArchivistCardContent: React.FC<ModuleRenderProps<ArchivistInstance> & CardContentProps>; //# sourceMappingURL=CardContent.d.ts.map