Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
16 lines
613 B
Plaintext
16 lines
613 B
Plaintext
import type { DocumentTabConfig, PayloadRequest, SanitizedCollectionConfig, SanitizedGlobalConfig, SanitizedPermissions } from 'payload';
|
|
import type React from 'react';
|
|
import './index.scss';
|
|
export declare const baseClass = "doc-tab";
|
|
export declare const DefaultDocumentTab: React.FC<{
|
|
apiURL?: string;
|
|
collectionConfig?: SanitizedCollectionConfig;
|
|
globalConfig?: SanitizedGlobalConfig;
|
|
path?: string;
|
|
permissions?: SanitizedPermissions;
|
|
req: PayloadRequest;
|
|
tabConfig: {
|
|
readonly Pill_Component?: React.FC;
|
|
} & DocumentTabConfig;
|
|
}>;
|
|
//# sourceMappingURL=index.d.ts.map |