UNPKG

@slashid/react

Version:

React SDK for the /id platform

9 lines 295 B
import { TextConfigKey } from "../text/types"; type Props = { variant: "success" | "failure"; title: TextConfigKey; description?: TextConfigKey; }; export declare const Banner: (props: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=banner.d.ts.map