baseui
Version:
A React Component library implementing the Base design language
5 lines (4 loc) • 444 B
TypeScript
import type { Breakpoints, MediaQuery, Grid, Colors, Font, Typography, Sizing, Lighting, Animation, Border, Borders, ZIndex, ThemePrimitives } from './themes';
import type { Responsive, CSSLengthUnitT } from './layout-grid';
import type { Theme } from './styles';
export type { Breakpoints, MediaQuery, Grid, Colors, Font, Typography, Sizing, Lighting, Animation, Border, Borders, ZIndex, Responsive, CSSLengthUnitT, ThemePrimitives, Theme, };