10 lines
275 B
JavaScript
10 lines
275 B
JavaScript
import { styled } from '../../Utilities';
|
|
import { PanelBase } from './Panel.base';
|
|
import { getStyles } from './Panel.styles';
|
|
/**
|
|
* Panel description
|
|
*/
|
|
export var Panel = styled(PanelBase, getStyles, undefined, {
|
|
scope: 'Panel',
|
|
});
|
|
//# sourceMappingURL=Panel.js.map
|