UNPKG

@xyo-network/react-archivist

Version:

Common React library for all XYO projects that use React

6 lines 344 B
import type { CardProps } 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 ArchivistCard: React.FC<CardProps & ModuleRenderProps<ArchivistInstance>>; //# sourceMappingURL=Card.d.ts.map