apphouse
Version:
Component library for React that uses observable state management and theme-able components.
9 lines (8 loc) • 502 B
TypeScript
import { BaseStyleProps } from './baseStyles.interface';
import { LayoutStyles } from './defaults/themes.interface';
export declare const backgroundForTransparency = "linear-gradient(135deg, transparent 47.62%, #a7a7a730 47.62%, #a7a7a730 50%, transparent 50%, transparent 97.62%, #a7a7a730 97.62%, #a7a7a730 100%); background-size: 29.70px 29.70px";
/**
* @description - Get themed background styles
* @returns
*/
export declare const getLayoutStyles: ({ tokens }: BaseStyleProps) => LayoutStyles;