UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

13 lines 569 B
import React from 'react'; import { UnifiedComponentProps } from '../../registry/types'; import { StateLayoutCommonProps } from './types'; declare type PlatformComponents = { Headline: void; Text: void; TextWrapper: void; }; declare type StateLayoutProps = UnifiedComponentProps<StateLayoutCommonProps, PlatformComponents>; export declare const StyledHeaderContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StateLayout: React.FC<StateLayoutProps>; export {}; //# sourceMappingURL=StateLayout@common.d.ts.map