the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add module declaration for rehypeTruncate

bakaneko 063be61d 1947b449

+9
+9
resources/js/types/rehype-truncate.d.ts
··· 1 + // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 2 + // See the LICENCE file in the repository root for full licence text. 3 + 4 + declare module 'rehype-truncate' { 5 + import { Plugin } from 'unified'; 6 + 7 + const rehypeTruncate: Plugin; 8 + export default rehypeTruncate; 9 + }