UNPKG

@sanity/ui-workshop

Version:

An environment for designing, reviewing, and quality-testing React components.

7 lines (5 loc) 138 B
import {WorkshopScope} from './types' /** @public */ export function defineScope(scope: WorkshopScope): WorkshopScope { return scope }