UNPKG

@wordpress/components

Version:
4 lines 283 B
/// <reference types="react" /> import type { AuthorSelectProps } from './types'; export default function AuthorSelect({ label, noOptionLabel, authorList, selectedAuthorId, onChange: onChangeProp, }: AuthorSelectProps): JSX.Element | null; //# sourceMappingURL=author-select.d.ts.map