UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

5 lines (4 loc) 466 B
export declare const transformShadow: (radius: string) => object; export declare const shadowAfterStyles: (radius: string, color: string, width: string, height?: string) => object; export declare const shadowAfterStylesSpecificProps: (radius: string, color: string, pixelsTranslation: string, width?: string, height?: string, right?: string, top?: string) => object; export declare const shadowBeforeStyles: (radius: string, color: string, width: string) => object;