DefinitelyTyped/types/ol/style.d.ts
2020-01-06 13:12:33 -08:00

10 lines
470 B
TypeScript

export { default as Circle } from './style/Circle';
export { default as Fill } from './style/Fill';
export { default as Icon } from './style/Icon';
export { default as IconImage } from './style/IconImage';
export { default as Image } from './style/Image';
export { default as RegularShape } from './style/RegularShape';
export { default as Stroke } from './style/Stroke';
export { default as Style } from './style/Style';
export { default as Text } from './style/Text';