4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
import * as React from 'react';
|
|
import type { ILayerProps } from './Layer.types';
|
|
export declare const LayerBase: React.FunctionComponent<ILayerProps>;
|