Type alias GroupProps

GroupProps: ParentProps & TransformsProps & {
    name?: string;
}

Type declaration

  • Optional name?: string