index.ts382 BView on GitHub
export { DocumentProperties, type DocumentPropertiesProps } from './DocumentProperties';
export {
  buildPropertyGroups,
  OWN_GROUP_LABEL,
  type BoundPropertyField,
  type BuildPropertyGroupsInput,
  type GraphPropertyContext,
  type PropertyGroupModel,
  type PropertyRowModel,
  type PropertySubject,
} from './property-groups';
export { propertyIcon } from './property-icons';