@jad-mlb/react-modern-ui
Version:
A simple UI library for react with some simple UI elements
21 lines (20 loc) • 485 B
TypeScript
import { Colour } from "../types/Colours";
import { ThemeType } from "../types/theme";
export declare const radius: {
small: string;
normal: string;
medium: string;
large: string;
round: string;
};
export declare const spacing: {
xxsmall: string;
xsmall: string;
small: string;
normal: string;
medium: string;
large: string;
xlarge: string;
xxlarge: string;
};
export declare function colour(role: Colour, theme: ThemeType): string;