UNPKG
@react-slate/core
Version:
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.8.0-alpha.0
0.7.0
0.6.0
Write interactive CLI apps with React
zamotany.github.io/react-slate/
zamotany/react-slate
@react-slate/core
/
build
/
host
/
renderer
/
applyStyle.d.ts
3 lines
•
149 B
TypeScript
View Raw
1
2
3
import
{
Style
}
from
'../../types'
;
export
default
function
applyStyle
(
style
:
Style
,
text
:
string
):
string
;
//# sourceMappingURL=applyStyle.d.ts.map