Public typealias

Signature
type ShapePropsType<Config extends Record<string, T.Validatable<any>>> =
  Expand<{
    [K in keyof Config]: T.TypeOf<Config[K]>
  }>
Source

packages/tlschema/src/shapes/TLBaseShape.ts

ShapePropsStyleProp