UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 237 B
import React from 'react'; declare type WithI18Props = { message: string; }; export declare const withI18: <P extends object>(Component: React.ComponentType<P>) => ({ message, ...props }: WithI18Props & P) => JSX.Element; export {};