UNPKG

baseui

Version:

A React Component library implementing the Base design language

8 lines (7 loc) 284 B
import { SIZE } from '../button'; import { PADDING } from './constants'; export declare const StyledRoot: import("styletron-react").StyletronComponent<"div", { $padding: (typeof PADDING)[keyof typeof PADDING]; $wrap?: boolean; $size: (typeof SIZE)[keyof typeof SIZE]; }>;