@roots/bud-dashboard
Version:
bud.js core module
15 lines (14 loc) • 456 B
TypeScript
interface Props {
devUrl?: URL;
displayServerInfo?: boolean;
mode?: `development` | `production`;
proxy?: unknown;
proxyUrl?: URL;
publicDevUrl?: URL;
publicProxyUrl?: URL;
}
/**
* Server info ink component
*/
export declare const Server: ({ devUrl, displayServerInfo, mode, proxy, proxyUrl, publicDevUrl, publicProxyUrl, }: Props) => import("@roots/bud-support/jsx-runtime").JSX.Element | null;
export { Server as default };