UNPKG
react-schedule-selector
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A mobile-friendly when2meet-style grid-based schedule selector
bibekg/react-schedule-selector
react-schedule-selector
/
dist
/
lib
/
typography.d.ts
5 lines
•
264 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
Subtitle
:
import
(
"styled-components"
).
StyledComponent
<
"h2"
,
any
, {
align
?:
string
|
undefined
; },
never
>;
export
declare
const
Text
:
import
(
"styled-components"
).
StyledComponent
<
"p"
,
any
, {},
never
>;
//# sourceMappingURL=typography.d.ts.map