Skip to content

Commit

Permalink
feat: remove test example
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelzhang committed Jan 29, 2020
1 parent 25a463c commit 5c162cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
8 changes: 0 additions & 8 deletions dev-env/basic/src/components/Alert.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ export const Alert = props => <AlertStyled {...props} />

Alert.propTypes = {
kind: t.oneOf(['info', 'positive', 'negative', 'warning']),
okok: t.string,
margin: t.oneOfType([t.number, t.string]),
marginTop: t.oneOfType([t.number, t.string]),
marginBottom: t.oneOfType([t.number, t.string]),
marginLeft: t.oneOfType([t.number, t.string]),
marginRight: t.oneOfType([t.number, t.string]),
marginX: t.oneOfType([t.number, t.string]),
marginY: t.oneOfType([t.number, t.string]),
}

Alert.defaultProps = {
Expand Down
19 changes: 0 additions & 19 deletions dev-env/basic/src/components/MarginProps.jsx

This file was deleted.

33 changes: 0 additions & 33 deletions dev-env/basic/src/gatsby-theme-docz/components/Props/index.js

This file was deleted.

0 comments on commit 5c162cc

Please sign in to comment.