synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 305 B
TypeScript
export type ResourcesProps = {
entityId: string;
};
export type Data = {
name: string;
ownerId: string;
wikiId: string;
}[];
export declare function Resources(props: ResourcesProps): import("react/jsx-runtime").JSX.Element;
export default Resources;
//# sourceMappingURL=Resources.d.ts.map