Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 4 of 4) sorted by relevance

/expo/packages/html-elements/build/elements/
H A DTable.d.ts5 export declare const Table: React.ComponentType<ViewProps>; constant
H A DTable.web.d.ts3 export declare const Table: React.ComponentType<ViewProps>; constant
H A DTable.js7 export const Table = forwardRef((props, ref) => { constant
H A DTable.web.js8 export const Table = createView({ __element: 'table' }); constant