UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

6 lines (5 loc) 233 B
import type { ReactElement } from "react"; import type { OptionalChildProps } from "../util/props.js"; export interface SmallProps extends OptionalChildProps { } export declare function Small({ children }: SmallProps): ReactElement;