UNPKG

@frank-auth/react

Version:

Flexible and customizable React UI components for Frank Authentication

14 lines 553 B
import { default as styled } from '@emotion/styled'; import { Theme } from './theme'; export type StyledProps<T = Record<any, any>> = T & { theme: Theme; }; export declare const responsive: (styles: Record<string, any>, breakpoints?: { sm: string; md: string; lg: string; xl: string; }) => any[]; export declare const getColorVariant: (theme: Theme, variant?: "primary" | "secondary" | "success" | "warning" | "danger", shade?: keyof typeof theme.colors.primary) => string; export default styled; //# sourceMappingURL=styled.d.ts.map