synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 312 B
TypeScript
export type SourceAppImageProps = {
sourceAppConfigTableID: string;
fileHandleId: string | null;
friendlyName?: string;
};
declare function SourceAppImage(props: SourceAppImageProps): import("react/jsx-runtime").JSX.Element;
export default SourceAppImage;
//# sourceMappingURL=SourceAppImage.d.ts.map