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
/
padding.d.ts
11 lines
(10 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
presetPaddingOption
:
any
;
export
declare
function
registerPaddingModule
(
{ p, pl, py, pr, px }: { p:
any
; pl:
any
; py:
any
; pr:
any
; px:
any
; }
): { [
x
:
string
]:
any
; };