UNPKG
kylin-ui-component
Version:
latest (0.0.2)
0.0.2
0.0.1
A React UI library for some developers to develop quickly
kylin-ui-component
/
dist
/
types
/
packages
/
preset
/
common
/
margin.d.ts
11 lines
(10 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
presetMarginOption
:
any
;
export
declare
function
registerMarginModule
(
{ m, ml, my, mr, mx }: { m:
any
; ml:
any
; my:
any
; mr:
any
; mx:
any
; }
): { [
x
:
string
]:
any
; };