UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

12 lines (8 loc) 208 B
'use strict'; var createSlots = require('../../utils/create-slots.js'); const { Slots, Slot } = createSlots(['Caption', 'Input', 'Label', 'LeadingVisual']); exports.Slot = Slot; exports.Slots = Slots;