persona-community-5/.pnpm-store/v3/files/f4/2f20b2f2cc7e95d3b8d02bc6a7a0452fd574f058d1cf96b91ceccbd3e7dc587f574db737e131f34a3cdd9c752b7f70b30a2fd84f18cd7495f2aa24b216a18a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

3 lines
183 B
Plaintext

import { Importer, SideMedium } from './types';
export declare function useSidecar<T>(importer: Importer<T>, effect?: SideMedium<any>): [React.ComponentType<T> | null, Error | null];