MCPcopy Create free account
hub / github.com/dropbox/ts-transform-react-constant-elements / Props

Interface Props

test/fixture/ConstantEl.tsx:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from "react";
2export interface Props {
3 className?: string;
4}
5export function Foo(props: Props) {
6 return (
7 <div className={props.className}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected