UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

7 lines 236 B
import React, { type CSSProperties } from "react"; type Props = { containerStyle?: CSSProperties; }; export declare const GitHubBanner: ({ containerStyle }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map