UNPKG

react-admin-component

Version:
7 lines (6 loc) 419 B
import React from 'react'; declare type AuthPoolProps = { checkPermit: (permits: any) => React.ReactElement | null; }; declare const AuthPool: (props: AuthPoolProps) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null; export default AuthPool;