quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
84 lines (72 loc) • 1.52 kB
JavaScript
describe('use-datetime API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): landscape', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: model', () => {
describe('(prop): mask', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): locale', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): calendar', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: state', () => {
describe('(prop): readonly', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): disable', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): color', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): text-color', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): dark', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): square', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): flat', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): bordered', () => {
it.skip(' ', () => {
//
})
})
})
})
})