Home
last modified time | relevance | path

Searched refs:CommentData (Results 1 – 7 of 7) sorted by relevance

/expo/docs/components/plugins/api/
H A DAPIDataTypes.ts16 export type CommentData = { alias
72 comment?: CommentData;
90 comment?: CommentData;
100 comment?: CommentData;
106 comment?: CommentData;
117 comment?: CommentData;
149 comment: CommentData;
159 comment?: CommentData;
167 comment?: CommentData;
187 comment: CommentData;
[all …]
H A DAPISectionPlatformTags.tsx3 import { CommentData, CommentTagData } from '~/components/plugins/api/APIDataTypes';
8 comment?: CommentData;
H A DAPISectionDeprecationNote.tsx5 import { CommentData } from '~/components/plugins/api/APIDataTypes';
15 comment?: CommentData;
H A DAPISectionComponents.tsx2 CommentData,
25 const getComponentComment = (comment: CommentData, signatures: MethodSignatureData[]) =>
H A DAPISectionInterfaces.tsx5 CommentData,
37 comment?: CommentData,
H A DAPISectionUtils.test.tsx3 import type { CommentData } from './APIDataTypes';
417 const comment: CommentData = {
426 const comment: CommentData = {
H A DAPISectionUtils.tsx15 CommentData,
510 comment?: CommentData;
523 comment?: CommentData,
527 export const getTagData = (tagName: string, comment?: CommentData) =>
530 export const getAllTagData = (tagName: string, comment?: CommentData) =>
533 export const getTagNamesList = (comment?: CommentData) =>