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