MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / CustomButton

Function CustomButton

types/reactstrap-tests.tsx:374–376  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

372// for some reason this causes children to be inferred as being 'ReactNode & {}' which makes the spread
373// invalid. TS3.2 bug?
374const CustomButton: React.SFC<CustomButtonProps> = (props) => (
375 <Button {...props} />
376);
377
378class Example14 extends React.Component<any, any> {
379 state: any;

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…