@expo/html-elements
Version:
Universal semantic HTML React components for iOS, Android, web, and desktop
13 lines • 759 B
TypeScript
import React from 'react';
import { TableTextProps } from '../primitives/Table';
import { TextProps } from '../primitives/Text';
import { ViewProps } from '../primitives/View';
export declare function Table(props: ViewProps): React.JSX.Element;
export declare function THead(props: ViewProps): React.JSX.Element;
export declare function TBody(props: ViewProps): React.JSX.Element;
export declare function TFoot(props: ViewProps): React.JSX.Element;
export declare function TH(props: TableTextProps): React.JSX.Element;
export declare function TR(props: ViewProps): React.JSX.Element;
export declare function TD(props: TableTextProps): React.JSX.Element;
export declare function Caption(props: TextProps): React.JSX.Element;
//# sourceMappingURL=Table.d.ts.map