ComponentRef typedef

ComponentRef = ({String key, String? libraryProjectId})

A structured component reference with optional library project ID.

Implementation

typedef ComponentRef = ({String key, String? libraryProjectId});