mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-26 12:57:04 +02:00
feat(plugin): add menu and overlay patching api
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CSSProperties, FC } from 'react';
|
||||
import { CSSProperties, FC, ReactNode } from 'react';
|
||||
|
||||
import { findModuleChild } from '../webpack';
|
||||
|
||||
@@ -12,7 +12,7 @@ export interface MarqueeProps {
|
||||
resetOnPause?: boolean;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
children: React.ReactNode;
|
||||
children: ReactNode;
|
||||
}
|
||||
|
||||
export const Marquee: FC<MarqueeProps> = findModuleChild((m) => {
|
||||
|
||||
Reference in New Issue
Block a user