Home
last modified time | relevance | path

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

/expo/packages/html-elements/build/elements/
H A DTable.d.ts12 export declare const Caption: React.ComponentType<TextProps>; constant
H A DTable.web.d.ts10 export declare const Caption: React.ComponentType<ViewProps>; constant
H A DTable.js28 export const Caption = forwardRef((props, ref) => { constant
H A DTable.web.js22 export const Caption = createView({ __element: 'caption' }); constant