3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import type { ILayerStyleProps, ILayerStyles } from './Layer.types';
|
|
export declare const getStyles: (props: ILayerStyleProps) => ILayerStyles;
|