@slashid/react
Version:
React SDK for the /id platform
13 lines • 373 B
TypeScript
import React from "react";
import { TextConfig } from "../../text/constants";
type Props = {
text: TextConfig;
};
export declare const HeaderSlot: {
({ children, }: {
children?: React.ReactNode | ((props: Props) => React.ReactNode);
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export {};
//# sourceMappingURL=header.d.ts.map