Repository URL to install this package:
|
Version:
2.1.16 ▾
|
@skava/ui-presets
/
dist
/
presets
/
Subscription
/
UpcomingDeliveries
/
SubscriptionItem
/
styled.d.ts
|
|---|
/// <reference types="react" />
declare const StyledProductImage: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>, any, Pick<{
'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>>;
declare const LabelText: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const DateText: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { StyledProductImage, DateText, LabelText };