mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
import PlaceholderStringInput from '../../components/inputs/PlaceholderString'
|
|
|
|
export default {
|
|
name: 'placeholderString',
|
|
title: 'Title',
|
|
type: 'string',
|
|
components: {
|
|
input: PlaceholderStringInput,
|
|
},
|
|
}
|