Skip to content

Home > @unseenco/backstage-core > UnknownShorthandCompoundProps

UnknownShorthandCompoundProps type

Given an object like this, we have enough info to predict the compound prop

Signature:

typescript
export type UnknownShorthandCompoundProps = {
    [K in string]: UnknownShorthandProp;
};