UNPKG

class101-ui

Version:

A React-based UI Component Library, powered by Class101.

9 lines (8 loc) 248 B
/// <reference types="react" /> interface Props { marginTop?: number | string; marginBottom?: number | string; maxWidthNone?: boolean; } declare const _default: ({ ...restProps }: Props) => JSX.Element; export default _default;