MCPcopy Create free account
hub / github.com/untitleduico/react / HeaderProps

Interface HeaderProps

components/application/empty-state/empty-state.tsx:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62interface HeaderProps extends ComponentPropsWithRef<"div"> {
63 pattern?: "none" | BackgroundPatternProps["pattern"];
64 patternSize?: "sm" | "md" | "lg";
65}
66
67const Header = ({ pattern = "circle", patternSize = "md", ...props }: HeaderProps) => {
68 const { size } = useContext(RootContext);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected