@boxyhq/react-ui
Version:
React UI components from BoxyHQ
9 lines (8 loc) • 669 B
TypeScript
export { default as Login } from './login/index';
export { default as CreateSSOConnection } from './connections/CreateConnection/index';
export { default as CreateSAMLConnection } from './connections/CreateConnection/saml/index';
export { default as CreateOIDCConnection } from './connections/CreateConnection/oidc/index';
export { default as ConnectionList } from './connections/ConnectionList/index';
export { default as EditOIDCConnection } from './connections/EditConnection/oidc/index';
export { default as EditSAMLConnection } from './connections/EditConnection/saml/index';
export { default as ConnectionsWrapper } from './connections/ConnectionsWrapper/index';