UNPKG
@ovine-eason/core
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.1.9
Build flexible admin system with json.
CareyToboo/ovine
@ovine-eason/core
/
lib
/
components
/
route_tabs
/
styled.d.ts
6 lines
(5 loc)
•
351 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
TODO:
将主题相关的东西,要么写到scss中,要么定义到styled中 * 由于主题变量太多,没有全都注入到styled中,因此先偷懒,分别对每个主题单独写 */
export
declare
const
StyledRouteTabs
:
import
(
"styled-components"
).
StyledComponent
<
"div"
,
import
(
"styled-components"
).
DefaultTheme
, {},
never
>;