Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
presets
/
Order
/
ActionButtonGroup
/
styled.d.ts
|
|---|
declare const BaseWrapper: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
declare const PrintButton: any;
declare const OrderAgainButton: any;
declare const ReturnButton: any;
declare const CancelButton: any;
declare const StyledPrintButton: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
declare const StyledOrderAgainButton: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
declare const StyledReturnButton: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
declare const SectionWrapper: import("@skava/modules/___dist/view-container/styles/index-styledeh").BaseStylEh<any, any, any>;
export { PrintButton, OrderAgainButton, ReturnButton, CancelButton, SectionWrapper, BaseWrapper, StyledPrintButton, StyledOrderAgainButton, StyledReturnButton, };