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
/
aside_layout
/
item_setting.d.ts
10 lines
(9 loc)
•
318 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * APP 系统设置 *
TODO:
* 1. 拆分设置功能,每个独立设置项都抽离为独立组件,可自由配置在任何地方 */
import
{
RendererProps
}
from
'amis/lib/factory'
;
declare
type
Props
=
RendererProps
;
declare
const
_default
:
(
props
:
Props
) =>
JSX
.
Element
;
export
default
_default;