UNPKG

@xyo-network/react-archivist

Version:

Common React library for all XYO projects that use React

6 lines 368 B
import type { CardHeaderProps } 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 ArchivistCardHeader: React.FC<ModuleRenderProps<ArchivistInstance> & CardHeaderProps>; //# sourceMappingURL=CardHeader.d.ts.map