Skip to content

Commit

Permalink
📝 docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 28, 2021
1 parent e913677 commit cca4137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/layout-kit/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
FlexDirection,
} from './type';

type CommonSpaceNumber = 2 | 4 | 8 | 12 | 16 | 24;
export type CommonSpaceNumber = 2 | 4 | 8 | 12 | 16 | 24;

export interface IFlexbox {
direction?: FlexDirection;
Expand All @@ -19,6 +19,7 @@ export interface IFlexbox {
height?: number | string;
padding?: string | number | CommonSpaceNumber;
}

export type FlexboxProps = IFlexbox &
DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;

Expand Down
5 changes: 4 additions & 1 deletion packages/user-panel/src/user-panel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: UserPanel 用户面板
order: 4
group:
path: /
nav:
path: /components
---

# UserPanel 用户面板
Expand Down

0 comments on commit cca4137

Please sign in to comment.