9 lines
290 B
TypeScript
9 lines
290 B
TypeScript
import * as _chakra_ui_system from '@chakra-ui/system';
|
|
import { HTMLChakraProps } from '@chakra-ui/system';
|
|
|
|
interface StatLabelProps extends HTMLChakraProps<"dt"> {
|
|
}
|
|
declare const StatLabel: _chakra_ui_system.ComponentWithAs<"dt", StatLabelProps>;
|
|
|
|
export { StatLabel, StatLabelProps };
|