UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

6 lines (5 loc) 154 B
export interface WellProps { children?: any; } declare function Well(props: WellProps): import("react/jsx-runtime").JSX.Element; export default Well;