mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:41:06 +08:00
commit
05edc3ee8d
@ -40,14 +40,13 @@ const spanStyle = {
|
||||
}),
|
||||
};
|
||||
|
||||
//eslint-disable-next-line
|
||||
const USplit = ({ shift, split }) => (
|
||||
<div style={wrapStyle[split](shift)}>
|
||||
<span style={spanStyle[split]()} />
|
||||
</div>
|
||||
);
|
||||
|
||||
USplit.PropTypes = {
|
||||
USplit.propTypes = {
|
||||
shift: PropTypes.number,
|
||||
split: PropTypes.oneOf(['vertical', 'horizontal']),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user