araya-styled-comp-lib
Version:
mark 1 react component library styled component
5 lines (4 loc) • 389 B
TypeScript
type BoxShadowPlaceType = 'top' | 'right' | 'bottom' | 'left' | 'all';
export declare const createBoxShadowAsBorder: (place?: BoxShadowPlaceType, shadowColor?: string, thickness?: 'thin' | 'thick' | 'bold') => import("styled-components").RuleSet<object>;
export declare const createBoxShadow: (shadow?: 'sm' | 'md' | 'lg' | 'xl') => import("styled-components").RuleSet<object>;
export {};