8 lines
289 B
JavaScript
8 lines
289 B
JavaScript
import { styled } from '../../Utilities';
|
|
import { LayerBase } from './Layer.base';
|
|
import { getStyles } from './Layer.styles';
|
|
export var Layer = styled(LayerBase, getStyles, undefined, {
|
|
scope: 'Layer',
|
|
fields: ['hostId', 'theme', 'styles'],
|
|
});
|
|
//# sourceMappingURL=Layer.js.map
|