UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

6 lines (5 loc) 84 B
export const Custom = (text) => ({ draw: () => { return text; } });