Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "internal/storybook/withTheme"

Index

Type aliases

Variables

Functions

Type aliases

Story

Story: function

Type declaration

    • (): any
    • Returns any

Variables

Const Table

Table: string & StyledComponentBase<"div", any, __type, never> = styled.div`min-height: 100vh;min-width: 100vw;display: flex;flex-direction: column;font-size: 14pt;font-family: 'Open Sans', arial, sans-serif;`

Const TableColumn

TableColumn: string & StyledComponentBase<"div", any, __type, never> = styled.div`display: flex;flex: 1;flex-direction: row;`

Const TableData

TableData: string & StyledComponentBase<"div", any, any, never> = styled.div<any>`padding: 20px;box-sizing: border-box;flex: 1;background: ${props => props.theme.backgroundContent};`

select

select: any

Functions

Const withTheme

  • withTheme(story: Story): Element

Generated using TypeDoc