mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 17:52:45 +08:00
wip Add gitignore and edit rollup config Update gitignore Wip WIP Get rid of older json files and use js files to extend across pkgs later Make test:native work again, thanks to @SimenB No haste and get integration test to work Update husky Update package.json Update travis and appveyor Add lint script Update sandbox Update yarn version Move eslint into sc package Remove unnecessary files Update lint-staged Update CONTRIBUTING.md Update version in lerna.json Update contributing Update scripts Update contributing Update contributing Update contributing.md and publish script Update contributing v4.1.4-alpha.0 Update package json Update lerna version v4.1.4-alpha.0 v4.1.4-alpha.1 Independent version for sandbox and styled-components Yarn instead of npm Add readme to styled-components package to show up on npm Publish - styled-components@4.1.4-alpha.2 Update prepublisOnly and contributing Update gitignore Publish - styled-components@4.1.4-alpha.3 Test without readme Remove readme Publish - styled-components@4.1.4-alpha.4 Copy readme prepublishOnly Publish - styled-components@4.1.4-alpha.5
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
import Box from './Box';
|
|
import Dot from './Dot';
|
|
import Provider from './Provider';
|
|
import View from './View';
|
|
|
|
export default {
|
|
Box,
|
|
Dot,
|
|
Provider,
|
|
View
|
|
};
|