MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / CustomButtonProps

Interface CustomButtonProps

types/reactstrap-tests.tsx:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366);
367
368interface CustomButtonProps extends ButtonProps {
369 customProp: string;
370}
371// NOTE: not adding the <{}> causes the generic parameter to be a spread type of CustomButtonProps,
372// for some reason this causes children to be inferred as being 'ReactNode & {}' which makes the spread
373// invalid. TS3.2 bug?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…