9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* A list of base components to be exported without all the components being exported from
|
|
* this feature to reduce package size of libraries.
|
|
*/
|
|
|
|
export * from './components/base';
|