MCPcopy
hub / github.com/udecode/plate / EditorStatic

Function EditorStatic

apps/www/src/registry/ui/editor-static.tsx:44–55  ·  view source on GitHub ↗
({
  className,
  variant,
  ...props
}: PlateStaticProps & VariantProps<typeof editorVariants>)

Source from the content-addressed store, hash-verified

42);
43
44export function EditorStatic({
45 className,
46 variant,
47 ...props
48}: PlateStaticProps & VariantProps<typeof editorVariants>) {
49 return (
50 <PlateStatic
51 className={cn(editorVariants({ variant }), className)}
52 {...props}
53 />
54 );
55}

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…