the browser-facing portion of osu!
at master 291 B view raw
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 4import 'react'; 5 6declare module 'react' { 7 export interface CSSProperties { 8 '--group-colour'?: string; 9 } 10}