MCPcopy Create free account
hub / github.com/api-platform/website / ShapeSectionProps

Interface ShapeSectionProps

pwa/components/common/ShapeSection.tsx:5–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import classNames from "classnames";
4
5export interface ShapeSectionProps extends PropsWithChildren {
6 effect: "left-triangle" | "right-triangle" | "center-triangle";
7 maskColor:
8 | "white"
9 | "gray-100"
10 | "blue"
11 | "blue-dark"
12 | "blue-black"
13 | "blue-darkest";
14 darkModeColor?: "blue-black" | "blue-dark" | "blue-darkest";
15 className?: string;
16}
17
18export const safeList = [
19 "after:bg-white",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected