UNPKG

@roochnetwork/rooch-sdk-kit

Version:
7 lines (6 loc) 249 B
import type { Theme } from '../../themes/themeContract.js'; type InjectedThemeStylesProps = { theme: Theme; }; export declare function InjectedThemeStyles({ theme }: InjectedThemeStylesProps): import("react/jsx-runtime").JSX.Element; export {};