UNPKG
@littlespoon/typography
Version:
latest (1.8.0)
1.8.0
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
Little Spoon typography
github.com/little-spoon-dev/design-system
little-spoon-dev/design-system
@littlespoon/typography
/
lib
/
Bold.d.ts
5 lines
•
267 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
TypographyProps
}
from
'./Typography'
;
type
Props
=
Pick
<
TypographyProps
,
'black'
|
'bold'
|
'extraBold'
>;
export
declare
const
Bold
:
import
(
"styled-components"
).
StyledComponent
<
"strong"
,
any
,
Props
,
never
>;
export
{};
//# sourceMappingURL=Bold.d.ts.map