UNPKG

@pilotlab/lux-attributes

Version:

A luxurious user experience framework, developed by your friends at Pilot.

5 lines (4 loc) 123 B
import { IAttribute } from '@pilotlab/lux-attributes'; export interface IType extends IAttribute { } export default IType;