UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 161 B
import * as React from 'react'; import type { StatefulContainerProps } from './types'; export declare const StatefulContainer: React.FC<StatefulContainerProps>;