UNPKG

228 BTypeScriptView Raw
1import React from 'react';
2import type { FlexProps } from './interface';
3declare const Flex: React.ForwardRefExoticComponent<FlexProps<import("../_util/type").AnyObject> & React.RefAttributes<HTMLElement>>;
4export default Flex;