UNPKG

@re-flex/styles

Version:
16 lines (15 loc) 619 B
import { CSSProperties } from "react"; export { ClassNames } from "./ClassNames"; export * from "./Core"; export { Global } from "./Global"; export * from "./Gooberize"; export * from "./hookableStyles"; export { default as parseColor } from "./parseColor"; export { default as styled, default as styledFlex } from "./styledFlex"; export * from "./sx"; export { default as darkTheme } from "./Themes/Dark"; export { default as defaultTheme } from "./Themes/Default"; export * from "./Types"; export interface CSSAttribute extends CSSProperties { [key: string]: CSSProperties | string | number | undefined | null; }