Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "internal/storybook-helpers/propTable"

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

PropDefinition

PropDefinition: object

Type declaration

  • Optional defaultValue?: undefined | string
  • Optional description?: undefined | string
  • Optional propType?: undefined | string
  • Optional required?: undefined | false | true

Variables

Const Required

Required: string & StyledComponentBase<"span", any, __type, never> = styled.span`color: red;`

Const Table

Table: string & StyledComponentBase<"table", any, __type, never> = styled.table`width: 100%;border-collapse: collapse;font-family: monospace;white-space: pre;thead tr {text-align: left;border-bottom: 1px solid black;}`

Functions

Const tableComponentFactory

  • tableComponentFactory(propTypes: PropTypes): React.SFC

Generated using TypeDoc