persona-community-5/.pnpm-store/v3/files/9c/43111ec3fabf3933a071535b42b9deaa28cc9e54a93d9a392e8e5a5b9e20a1449ffa8b86c97df7be9f0edbe826cc53dbf36a27151fc9b92870fafcf5f990f8
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

5 lines
111 B
Plaintext

export declare const stylesheetSingleton: () => {
add: (style: string) => void;
remove: () => void;
};