UNPKG

gather-content-ui

Version:
9 lines 267 B
declare function ListHead({ title, action }: any): import("react/jsx-runtime").JSX.Element | null; declare namespace ListHead { var defaultProps: { title: null; action: null; }; } export default ListHead; //# sourceMappingURL=ListHead.d.ts.map