@slashid/react
Version:
React SDK for the /id platform
12 lines • 386 B
TypeScript
import { Logo as TLogo } from "../../../context/config-context";
export type Props = {
logo?: TLogo;
};
export declare const Logo: React.FC<Props>;
export declare const LogoSlot: {
({ children, }: {
children?: ((props: Props) => React.ReactNode) | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
//# sourceMappingURL=logo.d.ts.map