UNPKG
@kalamazoo/docs
Version:
latest (1.0.0)
1.0.0
Utilities for building documentation
github.com/stevenselcuk/kalamazoo
stevenselcuk/kalamazoo
@kalamazoo/docs
/
dist
/
cjs
/
Props
/
components
/
Outline.js.flow
11 lines
(8 loc)
•
198 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
10
11
// @flow
import
styled
from
'styled-components'
;
import
{ colors }
from
'@atlaskit/theme'
;
const
Outline
= styled.
span
` color:
${colors.subtleText}
; line-height: 1; `
;
export
default
Outline
;