Table of contents
In action
Overview
react-router integration plugin for webpack sites documenting your projects with component controls
- Exports list of routes for use in node.js environment
- Exports react ui components to use in browser environment
API
FC
type
defined in @types/react/types/react/index.d.ts
properties
| Name | Type | Parent |
|---|---|---|
propTypes |
WeakValidationMap<> | undefined |
FunctionComponent |
contextTypes |
ValidationMap<> | undefined |
FunctionComponent |
defaultProps |
Partial<P> | undefined |
FunctionComponent |
displayName |
string | undefined |
FunctionComponent |
LayoutProps
type
defined in @component-controls/base-integration/integrations/base-integration/src/components/Layout.tsx
properties
| Name | Type | Parent | Description |
|---|---|---|---|
type |
"story" | "blog" | "page" | "tags" | "author" | string |
DocHomePagesPath |
|
docId |
string |
DocHomePagesPath |
|
storyId |
string |
DocHomePagesPath |
|
lastModified |
string |
DocHomePagesPath |
|
docIndex |
boolean |
DocHomePagesPath |
|
query |
string |
DocPagesPath |
|
category |
string |
DocPagesPath |
|
activeTab |
string |
DocPagesPath |
|
store* |
|
||
Link* |
|
||
Helmet |
ComponentClass<P> | FunctionComponent<P> |
||
userData |
Record<string, any> |
user-supplied custom props |