UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 180 B
import * as React from 'react'; import type { StatefulDataTableProps } from './types'; export declare function StatefulDataTable(props: StatefulDataTableProps): React.JSX.Element;